Searched refs:block_processor_mock (Results 1 – 1 of 1) sorted by relevance
| /external/webrtc/modules/audio_processing/aec3/ |
| D | echo_canceller3_unittest.cc | 265 block_processor_mock( in RunEchoPathChangeVerificationTest() local 267 EXPECT_CALL(*block_processor_mock, BufferRender(_)) in RunEchoPathChangeVerificationTest() 269 EXPECT_CALL(*block_processor_mock, UpdateEchoLeakageStatus(_)).Times(0); in RunEchoPathChangeVerificationTest() 273 EXPECT_CALL(*block_processor_mock, ProcessCapture(false, _, _, _)) in RunEchoPathChangeVerificationTest() 277 EXPECT_CALL(*block_processor_mock, ProcessCapture(true, _, _, _)) in RunEchoPathChangeVerificationTest() 281 EXPECT_CALL(*block_processor_mock, ProcessCapture(true, _, _, _)) in RunEchoPathChangeVerificationTest() 283 EXPECT_CALL(*block_processor_mock, ProcessCapture(false, _, _, _)) in RunEchoPathChangeVerificationTest() 289 std::move(block_processor_mock)); in RunEchoPathChangeVerificationTest() 340 block_processor_mock( in RunEchoLeakageVerificationTest() local 342 EXPECT_CALL(*block_processor_mock, BufferRender(_)) in RunEchoLeakageVerificationTest() [all …]
|