Searched refs:BeforeGetAudio (Results 1 – 6 of 6) sorted by relevance
37 void NetEqStatsGetter::BeforeGetAudio(NetEq* neteq) { in BeforeGetAudio() function in webrtc::test::NetEqStatsGetter39 delay_analyzer_->BeforeGetAudio(neteq); in BeforeGetAudio()
32 void BeforeGetAudio(NetEq* neteq) override;
63 void BeforeGetAudio(NetEq* neteq) override;
54 virtual void BeforeGetAudio(NetEq* neteq) = 0;
96 void NetEqDelayAnalyzer::BeforeGetAudio(NetEq* neteq) { in BeforeGetAudio() function in webrtc::test::NetEqDelayAnalyzer
171 callbacks_.get_audio_callback->BeforeGetAudio(neteq_.get()); in RunToNextGetAudio()