Searched refs:mock_delay_peak_detector_ (Results 1 – 1 of 1) sorted by relevance
65 mock_delay_peak_detector_(NULL), in NetEqImplTest()103 mock_delay_peak_detector_ = new MockDelayPeakDetector; in CreateInstance()104 EXPECT_CALL(*mock_delay_peak_detector_, Reset()).Times(1); in CreateInstance()105 delay_peak_detector_ = mock_delay_peak_detector_; in CreateInstance()187 EXPECT_CALL(*mock_delay_peak_detector_, Die()).Times(1); in ~NetEqImplTest()209 MockDelayPeakDetector* mock_delay_peak_detector_; member in webrtc::NetEqImplTest