Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/audio_processing/aec3/
H A Decho_canceller3_unittest.cc317 block_processor_mock( in RunEchoPathChangeVerificationTest() local
319 EXPECT_CALL(*block_processor_mock, BufferRender(_)) in RunEchoPathChangeVerificationTest()
321 EXPECT_CALL(*block_processor_mock, UpdateEchoLeakageStatus(_)).Times(0); in RunEchoPathChangeVerificationTest()
325 EXPECT_CALL(*block_processor_mock, ProcessCapture(false, _, _, _)) in RunEchoPathChangeVerificationTest()
329 EXPECT_CALL(*block_processor_mock, ProcessCapture(true, _, _, _)) in RunEchoPathChangeVerificationTest()
333 EXPECT_CALL(*block_processor_mock, ProcessCapture(true, _, _, _)) in RunEchoPathChangeVerificationTest()
335 EXPECT_CALL(*block_processor_mock, ProcessCapture(false, _, _, _)) in RunEchoPathChangeVerificationTest()
343 aec3.SetBlockProcessorForTesting(std::move(block_processor_mock)); in RunEchoPathChangeVerificationTest()
394 block_processor_mock( in RunEchoLeakageVerificationTest() local
396 EXPECT_CALL(*block_processor_mock, BufferRender(_)) in RunEchoLeakageVerificationTest()
[all …]