Home
last modified time | relevance | path

Searched refs:WEBRTC_CA_LOG_WARN (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/mac/
Daudio_device_mac.cc46 #define WEBRTC_CA_LOG_WARN(expr) \ macro
371 WEBRTC_CA_LOG_WARN(AudioObjectRemovePropertyListener( in Terminate()
1102 WEBRTC_CA_LOG_WARN(AudioObjectGetPropertyData( in InitPlayout()
1116 WEBRTC_CA_LOG_WARN(AudioObjectAddPropertyListener( in InitPlayout()
1183 WEBRTC_CA_LOG_WARN(AudioObjectAddPropertyListener( in InitPlayout()
1381 WEBRTC_CA_LOG_WARN(AudioObjectAddPropertyListener( in InitRecording()
1457 WEBRTC_CA_LOG_WARN(AudioDeviceStop(_inputDeviceID, _inDeviceIOProcID)); in StopRecording()
1458 WEBRTC_CA_LOG_WARN( in StopRecording()
1485 WEBRTC_CA_LOG_WARN(AudioDeviceStop(_outputDeviceID, _deviceIOProcID)); in StopRecording()
1486 WEBRTC_CA_LOG_WARN( in StopRecording()
[all …]
Daudio_mixer_manager_mac.cc37 #define WEBRTC_CA_LOG_WARN(expr) \ macro