Home
last modified time | relevance | path

Searched refs:IsAcousticEchoCancelerSupported (Results 1 – 13 of 13) sorted by relevance

/external/webrtc/modules/audio_device/android/
Daudio_manager_unittest.cc110 TEST_F(AudioManagerTest, IsAcousticEchoCancelerSupported) { in TEST_F() argument
112 audio_manager()->IsAcousticEchoCancelerSupported() ? "Yes" : "No"); in TEST_F()
Daudio_manager.h97 bool IsAcousticEchoCancelerSupported() const;
Daudio_manager.cc179 bool AudioManager::IsAcousticEchoCancelerSupported() const { in IsAcousticEchoCancelerSupported() function in webrtc::AudioManager
Daudio_device_template.h390 return audio_manager_->IsAcousticEchoCancelerSupported(); in BuiltInAECIsAvailable()
/external/webrtc/sdk/android/src/jni/audio_device/
Daaudio_recorder.h66 bool IsAcousticEchoCancelerSupported() const override;
Dopensles_recorder.h83 bool IsAcousticEchoCancelerSupported() const override;
Daudio_record_jni.h69 bool IsAcousticEchoCancelerSupported() const override;
Daudio_device_module.h44 virtual bool IsAcousticEchoCancelerSupported() const = 0;
Daaudio_recorder.cc127 bool AAudioRecorder::IsAcousticEchoCancelerSupported() const { in IsAcousticEchoCancelerSupported() function in webrtc::jni::AAudioRecorder
Daudio_record_jni.cc202 bool AudioRecordJni::IsAcousticEchoCancelerSupported() const { in IsAcousticEchoCancelerSupported() function in webrtc::jni::AudioRecordJni
Dopensles_recorder.cc197 bool OpenSLESRecorder::IsAcousticEchoCancelerSupported() const { in IsAcousticEchoCancelerSupported() function in webrtc::jni::OpenSLESRecorder
Daudio_device_module.cc534 bool isAvailable = input_->IsAcousticEchoCancelerSupported(); in BuiltInAECIsAvailable()
/external/webrtc/sdk/android/native_unittests/audio_device/
Daudio_device_unittest.cc767 TEST_F(AudioDeviceTest, IsAcousticEchoCancelerSupported) { in TEST_F() argument