Searched defs:EnableBuiltInAEC (Results 1 - 8 of 8) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/
H A Daudio_device_generic.cc55 int32_t AudioDeviceGeneric::EnableBuiltInAEC(bool enable) { function in class:webrtc::AudioDeviceGeneric
H A Daudio_device_impl.cc1890 int32_t AudioDeviceModuleImpl::EnableBuiltInAEC(bool enable) { function in class:webrtc::AudioDeviceModuleImpl
1892 return _ptrAudioDevice->EnableBuiltInAEC(enable);
/external/webrtc/talk/app/webrtc/test/
H A Dfakeaudiocapturemodule.h193 virtual int32_t EnableBuiltInAEC(bool enable) { return -1; } function in class:FakeAudioCaptureModule
/external/webrtc/webrtc/modules/audio_device/include/
H A Daudio_device.h195 virtual int32_t EnableBuiltInAEC(bool enable) { return -1; } function in class:webrtc::AudioDeviceModule
H A Dfake_audio_device.h148 virtual int32_t EnableBuiltInAEC(bool enable) { return -1; } function in class:webrtc::FakeAudioDeviceModule
/external/webrtc/webrtc/voice_engine/
H A Dvoe_hardware_impl.cc475 int VoEHardwareImpl::EnableBuiltInAEC(bool enable) { function in class:webrtc::VoEHardwareImpl
480 return _shared->audio_device()->EnableBuiltInAEC(enable);
/external/webrtc/webrtc/modules/audio_device/android/
H A Daudio_record_jni.cc60 bool AudioRecordJni::JavaAudioRecord::EnableBuiltInAEC(bool enable) { function in class:webrtc::AudioRecordJni::JavaAudioRecord
197 int32_t AudioRecordJni::EnableBuiltInAEC(bool enable) { function in class:webrtc::AudioRecordJni
198 ALOGD("EnableBuiltInAEC%s", GetThreadInfo().c_str());
200 return j_audio_record_->EnableBuiltInAEC(enable) ? 0 : -1;
/external/webrtc/webrtc/modules/audio_device/win/
H A Daudio_device_core_win.cc555 // Since we check that _dmo is non-NULL in EnableBuiltInAEC(), the
4177 int32_t AudioDeviceWindowsCore::EnableBuiltInAEC(bool enable) function in class:webrtc::AudioDeviceWindowsCore

Completed in 145 milliseconds