Searched refs:_twoDevices (Results 1 – 2 of 2) sorted by relevance
120 _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 …]
335 bool _twoDevices; variable