Home
last modified time | relevance | path

Searched refs:propertyAddress (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/mac/
Daudio_mixer_manager_mac.cc116 AudioObjectPropertyAddress propertyAddress = { in OpenSpeaker() local
121 _outputDeviceID, &propertyAddress, 0, NULL, &size, &hogPid)); in OpenSpeaker()
140 propertyAddress.mSelector = kAudioDevicePropertyStreamFormat; in OpenSpeaker()
147 _outputDeviceID, &propertyAddress, 0, NULL, &size, &streamFormat)); in OpenSpeaker()
167 AudioObjectPropertyAddress propertyAddress = { in OpenMicrophone() local
171 _inputDeviceID, &propertyAddress, 0, NULL, &size, &hogPid)); in OpenMicrophone()
189 propertyAddress.mSelector = kAudioDevicePropertyStreamFormat; in OpenMicrophone()
196 _inputDeviceID, &propertyAddress, 0, NULL, &size, &streamFormat)); in OpenMicrophone()
238 AudioObjectPropertyAddress propertyAddress = { in SetSpeakerVolume() local
241 err = AudioObjectIsPropertySettable(_outputDeviceID, &propertyAddress, in SetSpeakerVolume()
[all …]
Daudio_device_mac.cc300 AudioObjectPropertyAddress propertyAddress = { in Init() local
306 kAudioObjectSystemObject, &propertyAddress, 0, NULL, size, &runLoop)); in Init()
309 propertyAddress.mSelector = kAudioHardwarePropertyDevices; in Init()
311 kAudioObjectSystemObject, &propertyAddress, &objectListenerProc, this)); in Init()
368 AudioObjectPropertyAddress propertyAddress = { in Terminate() local
372 kAudioObjectSystemObject, &propertyAddress, &objectListenerProc, this)); in Terminate()
1093 AudioObjectPropertyAddress propertyAddress = { in InitPlayout() local
1098 AudioObjectHasProperty(_outputDeviceID, &propertyAddress); in InitPlayout()
1103 _outputDeviceID, &propertyAddress, 0, NULL, &size, &dataSource)); in InitPlayout()
1117 _outputDeviceID, &propertyAddress, &objectListenerProc, this)); in InitPlayout()
[all …]
Daudio_device_mac.h225 AudioObjectPropertyAddress propertyAddress);
228 AudioObjectPropertyAddress propertyAddress);
230 int32_t HandleProcessorOverload(AudioObjectPropertyAddress propertyAddress);