OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EnableBuiltInAEC
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/modules/audio_device/
audio_device_generic.cc
55
int32_t AudioDeviceGeneric::
EnableBuiltInAEC
(bool enable) {
audio_device_impl.cc
[
all
...]
/external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.h
193
virtual int32_t
EnableBuiltInAEC
(bool enable) { return -1; }
/external/webrtc/webrtc/modules/audio_device/android/
audio_record_jni.cc
39
enable_built_in_aec_(native_reg->GetMethodId("
enableBuiltInAEC
", "(Z)Z")),
60
bool AudioRecordJni::JavaAudioRecord::
EnableBuiltInAEC
(bool enable) {
197
int32_t AudioRecordJni::
EnableBuiltInAEC
(bool enable) {
198
ALOGD("
EnableBuiltInAEC
%s", GetThreadInfo().c_str());
200
return j_audio_record_->
EnableBuiltInAEC
(enable) ? 0 : -1;
/external/webrtc/webrtc/modules/audio_device/include/
audio_device.h
195
virtual int32_t
EnableBuiltInAEC
(bool enable) { return -1; }
fake_audio_device.h
148
virtual int32_t
EnableBuiltInAEC
(bool enable) { return -1; }
/external/webrtc/webrtc/voice_engine/
voe_hardware_impl.cc
475
int VoEHardwareImpl::
EnableBuiltInAEC
(bool enable) {
480
return _shared->audio_device()->
EnableBuiltInAEC
(enable);
/external/webrtc/webrtc/modules/audio_device/win/
audio_device_core_win.cc
555
// Since we check that _dmo is non-NULL in
EnableBuiltInAEC
(), the
[
all
...]
Completed in 156 milliseconds