Searched refs:BuiltInAGCIsAvailable (Results 1 - 14 of 14) sorted by relevance

/external/webrtc/webrtc/voice_engine/include/
H A Dvoe_hardware.h97 virtual bool BuiltInAGCIsAvailable() const = 0;
/external/webrtc/webrtc/voice_engine/
H A Dvoe_hardware_impl.h50 bool BuiltInAGCIsAvailable() const override;
H A Dvoe_hardware_impl.cc483 bool VoEHardwareImpl::BuiltInAGCIsAvailable() const { function in class:webrtc::VoEHardwareImpl
488 return _shared->audio_device()->BuiltInAGCIsAvailable();
/external/webrtc/webrtc/modules/audio_device/
H A Daudio_device_generic.cc65 bool AudioDeviceGeneric::BuiltInAGCIsAvailable() const { function in class:webrtc::AudioDeviceGeneric
H A Daudio_device_generic.h149 virtual bool BuiltInAGCIsAvailable() const;
H A Daudio_device_impl.h188 bool BuiltInAGCIsAvailable() const override;
H A Daudio_device_impl.cc1895 bool AudioDeviceModuleImpl::BuiltInAGCIsAvailable() const { function in class:webrtc::AudioDeviceModuleImpl
1897 return _ptrAudioDevice->BuiltInAGCIsAvailable();
/external/webrtc/webrtc/modules/audio_device/android/
H A Daudio_device_template.h465 bool BuiltInAGCIsAvailable() const override {
470 RTC_CHECK(BuiltInAGCIsAvailable()) << "HW AGC is not available";
/external/webrtc/talk/app/webrtc/test/
H A Dfakeaudiocapturemodule.h194 virtual bool BuiltInAGCIsAvailable() const { return false; } function in class:FakeAudioCaptureModule
/external/webrtc/webrtc/modules/audio_device/include/
H A Daudio_device.h190 virtual bool BuiltInAGCIsAvailable() const { return false; } function in class:webrtc::AudioDeviceModule
H A Dfake_audio_device.h150 virtual bool BuiltInAGCIsAvailable() const { return false; } function in class:webrtc::FakeAudioDeviceModule
/external/webrtc/webrtc/test/
H A Dmock_voice_engine.h238 MOCK_CONST_METHOD0(BuiltInAGCIsAvailable, bool());
/external/webrtc/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h561 virtual bool BuiltInAGCIsAvailable() const { return false; } function in class:cricket::FakeWebRtcVoiceEngine
H A Dwebrtcvoiceengine.cc683 const bool built_in_agc = voe_wrapper_->hw()->BuiltInAGCIsAvailable();

Completed in 228 milliseconds