Searched refs:EnableBuiltInAEC (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_device/
H A Daudio_device_generic.cc61 int32_t AudioDeviceGeneric::EnableBuiltInAEC(bool enable) function in class:webrtc::AudioDeviceGeneric
H A Daudio_device_generic.h159 virtual int32_t EnableBuiltInAEC(bool enable);
H A Daudio_device_impl.h202 virtual int32_t EnableBuiltInAEC(bool enable) OVERRIDE;
H A Daudio_device_impl.cc1979 int32_t AudioDeviceModuleImpl::EnableBuiltInAEC(bool enable) function in class:webrtc::AudioDeviceModuleImpl
1983 return _ptrAudioDevice->EnableBuiltInAEC(enable);
/external/chromium_org/third_party/webrtc/voice_engine/include/
H A Dvoe_hardware.h93 virtual int EnableBuiltInAEC(bool enable) { return -1; } function in class:webrtc::VoEHardware
/external/chromium_org/third_party/webrtc/modules/audio_device/include/
H A Daudio_device.h193 virtual int32_t EnableBuiltInAEC(bool enable) { return -1; } function in class:webrtc::AudioDeviceModule
H A Dfake_audio_device.h147 virtual int32_t EnableBuiltInAEC(bool enable) { return -1; } function in class:webrtc::FakeAudioDeviceModule
/external/chromium_org/third_party/webrtc/modules/audio_device/win/
H A Daudio_device_core_win.h194 virtual int32_t EnableBuiltInAEC(bool enable);
H A Daudio_device_core_win.cc555 // Since we check that _dmo is non-NULL in EnableBuiltInAEC(), the
4168 int32_t AudioDeviceWindowsCore::EnableBuiltInAEC(bool enable) function in class:webrtc::AudioDeviceWindowsCore
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h839 WEBRTC_STUB(EnableBuiltInAEC, (bool enable));

Completed in 136 milliseconds