Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/mac/
Daudio_device_mac.cc120 _twoDevices(true), in AudioDeviceMac()
431 _twoDevices = false; in InitSpeaker()
433 _twoDevices = true; in InitSpeaker()
479 _twoDevices = false; in InitMicrophone()
481 _twoDevices = true; in InitMicrophone()
1186 if (_twoDevices || !_recIsInitialized) { in InitPlayout()
1384 if (_twoDevices) { in InitRecording()
1423 if (_twoDevices) { in StartRecording()
1446 if (_twoDevices) { in StopRecording()
1553 if (_twoDevices || !_recording) { in StartPlayout()
[all …]
Daudio_device_mac.h335 bool _twoDevices; variable