Searched refs:_outputDeviceID (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/modules/audio_device/mac/ |
D | audio_mixer_manager_mac.cc | 50 _outputDeviceID(kAudioObjectUnknown), in AudioMixerManagerMac() 86 _outputDeviceID = kAudioObjectUnknown; in CloseSpeaker() 113 _outputDeviceID = deviceID; in OpenSpeaker() 121 _outputDeviceID, &propertyAddress, 0, NULL, &size, &hogPid)); in OpenSpeaker() 147 _outputDeviceID, &propertyAddress, 0, NULL, &size, &streamFormat)); in OpenSpeaker() 206 return (_outputDeviceID != kAudioObjectUnknown); in SpeakerIsInitialized() 221 if (_outputDeviceID == kAudioObjectUnknown) { in SetSpeakerVolume() 241 err = AudioObjectIsPropertySettable(_outputDeviceID, &propertyAddress, in SetSpeakerVolume() 246 _outputDeviceID, &propertyAddress, 0, NULL, size, &vol)); in SetSpeakerVolume() 255 err = AudioObjectIsPropertySettable(_outputDeviceID, &propertyAddress, in SetSpeakerVolume() [all …]
|
D | audio_device_mac.cc | 103 _outputDeviceID(kAudioObjectUnknown), in AudioDeviceMac() 426 if (InitDevice(_outputDeviceIndex, _outputDeviceID, false) == -1) { in InitSpeaker() 430 if (_inputDeviceID == _outputDeviceID) { in InitSpeaker() 436 if (_mixerManager.OpenSpeaker(_outputDeviceID) == -1) { in InitSpeaker() 478 if (_inputDeviceID == _outputDeviceID) { in InitMicrophone() 1098 AudioObjectHasProperty(_outputDeviceID, &propertyAddress); in InitPlayout() 1103 _outputDeviceID, &propertyAddress, 0, NULL, &size, &dataSource)); in InitPlayout() 1117 _outputDeviceID, &propertyAddress, &objectListenerProc, this)); in InitPlayout() 1126 _outputDeviceID, &propertyAddress, 0, NULL, &size, &_outStreamFormat)); in InitPlayout() 1179 _outputDeviceID, &propertyAddress, &objectListenerProc, this)); in InitPlayout() [all …]
|
D | audio_mixer_manager_mac.h | 71 AudioDeviceID _outputDeviceID; variable
|
D | audio_device_mac.h | 305 AudioDeviceID _outputDeviceID; variable
|