Searched refs:CongestionControlHandler (Results 1 – 4 of 4) sorted by relevance
29 class CongestionControlHandler {31 CongestionControlHandler();32 ~CongestionControlHandler();34 CongestionControlHandler(const CongestionControlHandler&) = delete;35 CongestionControlHandler& operator=(const CongestionControlHandler&) = delete;
32 CongestionControlHandler::CongestionControlHandler() in CongestionControlHandler() function in webrtc::CongestionControlHandler37 CongestionControlHandler::~CongestionControlHandler() {} in ~CongestionControlHandler()39 void CongestionControlHandler::SetTargetRate( in SetTargetRate()46 void CongestionControlHandler::SetNetworkAvailability(bool network_available) { in SetNetworkAvailability()51 void CongestionControlHandler::SetPacerQueue(TimeDelta expected_queue_time) { in SetPacerQueue()56 absl::optional<TargetTransferRate> CongestionControlHandler::GetUpdate() { in GetUpdate()
176 std::unique_ptr<CongestionControlHandler> control_handler_
594 control_handler_ = std::make_unique<CongestionControlHandler>(); in MaybeCreateControllers()