Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Dneteq_impl_unittest.cc118 mock_neteq_controller_ = mock.get(); in CreateInstance()
165 EXPECT_CALL(*mock_neteq_controller_, Die()).Times(1); in ~NetEqImplTest()
234 MockNetEqController* mock_neteq_controller_ = nullptr; member in webrtc::NetEqImplTest
350 EXPECT_CALL(*mock_neteq_controller_, in TEST_F()
357 EXPECT_CALL(*mock_neteq_controller_, in TEST_F()
1467 EXPECT_CALL(*mock_neteq_controller_, SetBaseMinimumDelay(_)) in TEST_F()
1484 EXPECT_CALL(*mock_neteq_controller_, GetBaseMinimumDelay()) in TEST_F()
1495 EXPECT_CALL(*mock_neteq_controller_, TargetLevelMs()) in TEST_F()
1511 EXPECT_CALL(*mock_neteq_controller_, RegisterEmptyPacket()); in TEST_F()
1520 EXPECT_CALL(*mock_neteq_controller_, GetDecision(_, _)) in TEST_F()
[all …]