Home
last modified time | relevance | path

Searched refs:UpdateEchoLeakageStatus (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/modules/audio_processing/aec3/
Decho_canceller3_unittest.cc122 void UpdateEchoLeakageStatus(bool leakage_detected) override {} in UpdateEchoLeakageStatus() function in webrtc::__anon3b6460640111::CaptureTransportVerificationProcessor
155 void UpdateEchoLeakageStatus(bool leakage_detected) override {} in UpdateEchoLeakageStatus() function in webrtc::__anon3b6460640111::RenderTransportVerificationProcessor
269 EXPECT_CALL(*block_processor_mock, UpdateEchoLeakageStatus(_)).Times(0); in RunEchoPathChangeVerificationTest()
349 EXPECT_CALL(*block_processor_mock, UpdateEchoLeakageStatus(_)).Times(0); in RunEchoLeakageVerificationTest()
352 EXPECT_CALL(*block_processor_mock, UpdateEchoLeakageStatus(false)) in RunEchoLeakageVerificationTest()
356 EXPECT_CALL(*block_processor_mock, UpdateEchoLeakageStatus(true)) in RunEchoLeakageVerificationTest()
361 EXPECT_CALL(*block_processor_mock, UpdateEchoLeakageStatus(true)) in RunEchoLeakageVerificationTest()
363 EXPECT_CALL(*block_processor_mock, UpdateEchoLeakageStatus(false)) in RunEchoLeakageVerificationTest()
378 aec3.UpdateEchoLeakageStatus(false); in RunEchoLeakageVerificationTest()
383 aec3.UpdateEchoLeakageStatus(true); in RunEchoLeakageVerificationTest()
[all …]
Dblock_processor.cc61 void UpdateEchoLeakageStatus(bool leakage_detected) override;
224 void BlockProcessorImpl::UpdateEchoLeakageStatus(bool leakage_detected) { in UpdateEchoLeakageStatus() function in webrtc::__anon43aa67f50111::BlockProcessorImpl
225 echo_remover_->UpdateEchoLeakageStatus(leakage_detected); in UpdateEchoLeakageStatus()
Decho_canceller3.h127 void UpdateEchoLeakageStatus(bool leakage_detected) { in UpdateEchoLeakageStatus() function
129 block_processor_->UpdateEchoLeakageStatus(leakage_detected); in UpdateEchoLeakageStatus()
Dblock_processor_unittest.cc52 block_processor->UpdateEchoLeakageStatus(false); in RunBasicSetupAndApiCallTest()
214 EXPECT_CALL(*echo_remover_mock, UpdateEchoLeakageStatus(_)) in TEST()
236 block_processor->UpdateEchoLeakageStatus(false); in TEST()
Decho_remover.h50 virtual void UpdateEchoLeakageStatus(bool leakage_detected) = 0;
Dblock_processor.h71 virtual void UpdateEchoLeakageStatus(bool leakage_detected) = 0;
Decho_remover.cc131 void UpdateEchoLeakageStatus(bool leakage_detected) override { in UpdateEchoLeakageStatus() function in webrtc::__anonaa08f6c90111::EchoRemoverImpl
/external/webrtc/modules/audio_processing/aec3/mock/
Dmock_echo_remover.h40 UpdateEchoLeakageStatus,
Dmock_block_processor.h39 UpdateEchoLeakageStatus,