Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dmetric_recorder.h33 void PauseFlow(int flow_id); // Increases available capacity per flow.
125 void PauseFlow(); // Plot zero.
Dmetric_recorder.cc35 void LinkShare::PauseFlow(int flow_id) { in PauseFlow() function in webrtc::testing::bwe::LinkShare
365 void MetricRecorder::PauseFlow() { in PauseFlow() function in webrtc::testing::bwe::MetricRecorder
367 link_share_->PauseFlow(flow_id_); in PauseFlow()
Dpacket_sender.cc29 metric_recorder_->PauseFlow(); in Pause()