OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PauseFlow
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
metric_recorder.h
33
void
PauseFlow
(int flow_id); // Increases available capacity per flow.
125
void
PauseFlow
(); // Plot zero.
metric_recorder.cc
35
void LinkShare::
PauseFlow
(int flow_id) {
365
void MetricRecorder::
PauseFlow
() {
367
link_share_->
PauseFlow
(flow_id_);
packet_sender.cc
29
metric_recorder_->
PauseFlow
();
Completed in 52 milliseconds