HomeSort by relevance Sort by last modified time
    Searched defs:BuiltInAGCIsAvailable (Results 1 - 7 of 7) sorted by null

  /external/webrtc/webrtc/modules/audio_device/
audio_device_generic.cc 65 bool AudioDeviceGeneric::BuiltInAGCIsAvailable() const {
audio_device_impl.cc     [all...]
  /external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.h 194 virtual bool BuiltInAGCIsAvailable() const { return false; }
  /external/webrtc/webrtc/modules/audio_device/include/
audio_device.h 190 virtual bool BuiltInAGCIsAvailable() const { return false; }
fake_audio_device.h 150 virtual bool BuiltInAGCIsAvailable() const { return false; }
  /external/webrtc/webrtc/voice_engine/
voe_hardware_impl.cc 483 bool VoEHardwareImpl::BuiltInAGCIsAvailable() const {
488 return _shared->audio_device()->BuiltInAGCIsAvailable();
  /external/webrtc/talk/media/webrtc/
fakewebrtcvoiceengine.h 561 virtual bool BuiltInAGCIsAvailable() const { return false; }

Completed in 358 milliseconds