Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/resampler/
Dsinc_resampler_unittest.cc56 MockSource mock_source; in TEST() local
61 &mock_source); in TEST()
68 EXPECT_CALL(mock_source, Run(_, _)) in TEST()
73 testing::Mock::VerifyAndClear(&mock_source); in TEST()
74 EXPECT_CALL(mock_source, Run(_, _)) in TEST()
81 MockSource mock_source; in TEST() local
83 &mock_source); in TEST()
88 EXPECT_CALL(mock_source, Run(_, _)) in TEST()
95 testing::Mock::VerifyAndClear(&mock_source); in TEST()
96 EXPECT_CALL(mock_source, Run(_, _)) in TEST()
[all …]