Searched refs:_usingOutputDeviceIndex (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/win/
H A Daudio_device_wave_win.h168 bool IsUsingOutputDeviceIndex() const {return _usingOutputDeviceIndex;}
235 bool _usingOutputDeviceIndex; member in class:webrtc::AudioDeviceWindowsWave
H A Daudio_device_core_win.h353 bool _usingOutputDeviceIndex; member in class:webrtc::AudioDeviceWindowsCore
H A Daudio_device_core_win.cc467 _usingOutputDeviceIndex(false),
766 if (_usingOutputDeviceIndex)
779 if (_usingOutputDeviceIndex)
1749 _usingOutputDeviceIndex = true;
1808 _usingOutputDeviceIndex = false;
4295 if (!_usingOutputDeviceIndex)
H A Daudio_device_wave_win.cc62 _usingOutputDeviceIndex(false),
1239 _usingOutputDeviceIndex = true;
1264 _usingOutputDeviceIndex = false;

Completed in 90 milliseconds