OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:link_share_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
metric_recorder.cc
62
link_share_
(link_share),
180
if (
link_share_
== nullptr)
182
return
link_share_
->TotalAvailableKbps();
186
if (
link_share_
== nullptr)
188
return
link_share_
->AvailablePerFlowKbps(flow_id_);
367
link_share_
->PauseFlow(flow_id_);
373
link_share_
->ResumeFlow(flow_id_);
metric_recorder.h
164
LinkShare*
link_share_
;
member in class:webrtc::testing::bwe::MetricRecorder
Completed in 57 milliseconds