Searched refs:peak_found (Results 1 – 6 of 6) sorted by relevance
26 MOCK_METHOD0(peak_found, bool());
34 virtual bool peak_found();
45 bool DelayPeakDetector::peak_found() { in peak_found() function in webrtc::DelayPeakDetector
21 EXPECT_FALSE(detector->peak_found()); in TEST()
111 EXPECT_CALL(detector_, peak_found()) in TEST_F()
338 return peak_detector_.peak_found(); in PeakFound()