Home
last modified time | relevance | path

Searched refs:TimeForAlrProbe (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/congestion_controller/goog_cc/
Dprobe_controller.h157 bool TimeForAlrProbe(Timestamp at_time) const;
Dprobe_controller.cc406 bool ProbeController::TimeForAlrProbe(Timestamp at_time) const { in TimeForAlrProbe() function in webrtc::ProbeController
462 if (TimeForAlrProbe(at_time) || TimeForNetworkStateProbe(at_time)) { in Process()