HomeSort by relevance Sort by last modified time
    Searched refs:_outputDeviceIsSpecified (Results 1 - 8 of 8) sorted by null

  /external/webrtc/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.cc 70 _outputDeviceIsSpecified(false),
238 _outputDeviceIsSpecified = false;
849 _outputDeviceIsSpecified = true;
1024 if (!_outputDeviceIsSpecified)
    [all...]
audio_device_alsa_linux.h 200 bool _outputDeviceIsSpecified;
audio_device_pulse_linux.h 297 bool _outputDeviceIsSpecified;
audio_device_pulse_linux.cc 44 _outputDeviceIsSpecified(false),
265 _outputDeviceIsSpecified = false;
286 if (!_outputDeviceIsSpecified)
916 _outputDeviceIsSpecified = true;
1113 if (!_outputDeviceIsSpecified)
    [all...]
  /external/webrtc/webrtc/modules/audio_device/mac/
audio_device_mac.h 311 bool _outputDeviceIsSpecified;
audio_device_mac.cc 105 _outputDeviceIsSpecified(false),
383 _outputDeviceIsSpecified = false;
918 _outputDeviceIsSpecified = true;
1056 if (!_outputDeviceIsSpecified) {
    [all...]
  /external/webrtc/webrtc/modules/audio_device/win/
audio_device_wave_win.h 241 bool _outputDeviceIsSpecified;
audio_device_wave_win.cc 68 _outputDeviceIsSpecified(false),
349 _outputDeviceIsSpecified = false;
    [all...]

Completed in 247 milliseconds