Home
last modified time | relevance | path

Searched refs:_outputDeviceID (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/mac/
Daudio_mixer_manager_mac.cc50 _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 …]
Daudio_device_mac.cc103 _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 …]
Daudio_mixer_manager_mac.h71 AudioDeviceID _outputDeviceID; variable
Daudio_device_mac.h305 AudioDeviceID _outputDeviceID; variable