Searched refs:objectListenerProc (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/webrtc/modules/audio_device/mac/ |
H A D | audio_device_mac.cc | 295 kAudioObjectSystemObject, &propertyAddress, &objectListenerProc, this)); in Init() 344 kAudioObjectSystemObject, &propertyAddress, &objectListenerProc, this)); in Terminate() 1007 _outputDeviceID, &propertyAddress, &objectListenerProc, this)); in InitPlayout() 1063 _outputDeviceID, &propertyAddress, &objectListenerProc, this)); in InitPlayout() 1068 _outputDeviceID, &propertyAddress, &objectListenerProc, this)); in InitPlayout() 1256 _inputDeviceID, &propertyAddress, &objectListenerProc, this)); in InitRecording() 1261 _inputDeviceID, &propertyAddress, &objectListenerProc, this)); in InitRecording() 1395 _inputDeviceID, &propertyAddress, &objectListenerProc, this)); in StopRecording() 1399 _inputDeviceID, &propertyAddress, &objectListenerProc, this)); in StopRecording() 1508 _outputDeviceID, &propertyAddress, &objectListenerProc, this)); in StopPlayout() [all …]
|
H A D | audio_device_mac.h | 193 static OSStatus objectListenerProc(
|