Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dprobe_controller.cc172 case State::kProbingComplete: in SetBitrates()
202 if (state_ == State::kProbingComplete && in OnMaxTotalAllocatedBitrate()
239 state_ = State::kProbingComplete; in OnNetworkAvailability()
328 if (state_ == State::kProbingComplete) { in RequestProbe()
379 state_ = State::kProbingComplete; in Process()
384 if (enable_periodic_alr_probing_ && state_ == State::kProbingComplete) { in Process()
445 state_ = State::kProbingComplete; in InitiateProbing()
Dprobe_controller.h110 kProbingComplete, enumerator