Searched refs:IsAcousticEchoCancelerSupported (Results 1 – 13 of 13) sorted by relevance
110 TEST_F(AudioManagerTest, IsAcousticEchoCancelerSupported) { in TEST_F() argument112 audio_manager()->IsAcousticEchoCancelerSupported() ? "Yes" : "No"); in TEST_F()
97 bool IsAcousticEchoCancelerSupported() const;
179 bool AudioManager::IsAcousticEchoCancelerSupported() const { in IsAcousticEchoCancelerSupported() function in webrtc::AudioManager
390 return audio_manager_->IsAcousticEchoCancelerSupported(); in BuiltInAECIsAvailable()
66 bool IsAcousticEchoCancelerSupported() const override;
83 bool IsAcousticEchoCancelerSupported() const override;
69 bool IsAcousticEchoCancelerSupported() const override;
44 virtual bool IsAcousticEchoCancelerSupported() const = 0;
127 bool AAudioRecorder::IsAcousticEchoCancelerSupported() const { in IsAcousticEchoCancelerSupported() function in webrtc::jni::AAudioRecorder
202 bool AudioRecordJni::IsAcousticEchoCancelerSupported() const { in IsAcousticEchoCancelerSupported() function in webrtc::jni::AudioRecordJni
197 bool OpenSLESRecorder::IsAcousticEchoCancelerSupported() const { in IsAcousticEchoCancelerSupported() function in webrtc::jni::OpenSLESRecorder
534 bool isAvailable = input_->IsAcousticEchoCancelerSupported(); in BuiltInAECIsAvailable()
767 TEST_F(AudioDeviceTest, IsAcousticEchoCancelerSupported) { in TEST_F() argument