Lines Matching refs:uSize

198     UInt32 uSize = sizeof(uFlag);
199 OSStatus err = AudioObjectGetPropertyData(deviceID, &propAdr, 0, NULL, &uSize, &uFlag);
238 UInt32 uSize = sizeof(AudioValueTranslation);
239 OSStatus err = AudioObjectGetPropertyData(kAudioObjectSystemObject, &propAdr, 0, NULL, &uSize, &translation);
352 UInt32 uSize = sizeof(pStreamIn->deviceID);
354 err = AudioObjectGetPropertyData(kAudioObjectSystemObject, &propAdr, 0, NULL, &uSize, &uResp);
663 UInt32 uSize = 0;
669 uSize = sizeof(pStreamIn->deviceID);
670 err = AudioObjectGetPropertyData(kAudioObjectSystemObject, &propAdr, 0, NULL, &uSize, &pStreamIn->deviceID);
685 uSize = sizeof(CFStringRef);
686 err = AudioObjectGetPropertyData(pStreamIn->deviceID, &propAdr, 0, NULL, &uSize, &strTemp);
697 err = AudioObjectGetPropertyData(pStreamIn->deviceID, &propAdr, 0, NULL, &uSize, &strTemp);
719 uSize = sizeof(cFrames);
722 err = AudioObjectGetPropertyData(pStreamIn->deviceID, &propAdr, 0, NULL, &uSize, &cFrames);
806 uSize = sizeof(pStreamIn->deviceFormat);
808 1, &pStreamIn->deviceFormat, &uSize);
904 uSize = sizeof(pStreamIn->deviceFormat);
906 1, &pStreamIn->deviceFormat, &uSize);
918 uSize = sizeof(cFrames);
920 0, &cFrames, &uSize);
1008 UInt32 uSize = 0;
1014 uSize = sizeof(pStreamOut->deviceID);
1015 err = AudioObjectGetPropertyData(kAudioObjectSystemObject, &propAdr, 0, NULL, &uSize, &pStreamOut->deviceID);
1030 uSize = sizeof(CFStringRef);
1031 err = AudioObjectGetPropertyData(pStreamOut->deviceID, &propAdr, 0, NULL, &uSize, &strTemp);
1042 err = AudioObjectGetPropertyData(pStreamOut->deviceID, &propAdr, 0, NULL, &uSize, &strTemp);
1064 uSize = sizeof(cFrames);
1067 err = AudioObjectGetPropertyData(pStreamOut->deviceID, &propAdr, 0, NULL, &uSize, &cFrames);
1141 uSize = sizeof(pStreamOut->deviceFormat);
1143 0, &pStreamOut->deviceFormat, &uSize);
1167 uSize = sizeof(pStreamOut->deviceFormat);
1169 0, &pStreamOut->deviceFormat, &uSize);
1202 uSize = sizeof(cFrames);
1204 0, &cFrames, &uSize);