Searched refs:CongestionControlHandler (Results 1 – 4 of 4) sorted by relevance
31 CongestionControlHandler::CongestionControlHandler() in CongestionControlHandler() function in webrtc::CongestionControlHandler36 CongestionControlHandler::~CongestionControlHandler() {} in ~CongestionControlHandler()38 void CongestionControlHandler::SetTargetRate( in SetTargetRate()45 void CongestionControlHandler::SetNetworkAvailability(bool network_available) { in SetNetworkAvailability()50 void CongestionControlHandler::SetPacerQueue(TimeDelta expected_queue_time) { in SetPacerQueue()55 absl::optional<TargetTransferRate> CongestionControlHandler::GetUpdate() { in GetUpdate()
30 class CongestionControlHandler {32 CongestionControlHandler();33 ~CongestionControlHandler();50 RTC_DISALLOW_COPY_AND_ASSIGN(CongestionControlHandler);
170 std::unique_ptr<CongestionControlHandler> control_handler_
576 control_handler_ = std::make_unique<CongestionControlHandler>(); in MaybeCreateControllers()