Home
last modified time | relevance | path

Searched refs:ProbeController (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/modules/congestion_controller/goog_cc/
Dprobe_controller.cc130 ProbeController::ProbeController(const WebRtcKeyValueConfig* key_value_config, in ProbeController() function in webrtc::ProbeController
144 ProbeController::~ProbeController() {} in ~ProbeController()
146 std::vector<ProbeClusterConfig> ProbeController::SetBitrates( in SetBitrates()
196 std::vector<ProbeClusterConfig> ProbeController::OnMaxTotalAllocatedBitrate( in OnMaxTotalAllocatedBitrate()
234 std::vector<ProbeClusterConfig> ProbeController::OnNetworkAvailability( in OnNetworkAvailability()
248 std::vector<ProbeClusterConfig> ProbeController::InitiateExponentialProbing( in InitiateExponentialProbing()
265 std::vector<ProbeClusterConfig> ProbeController::SetEstimatedBitrate( in SetEstimatedBitrate()
303 void ProbeController::EnablePeriodicAlrProbing(bool enable) { in EnablePeriodicAlrProbing()
307 void ProbeController::SetAlrStartTimeMs( in SetAlrStartTimeMs()
311 void ProbeController::SetAlrEndedTimeMs(int64_t alr_end_time_ms) { in SetAlrEndedTimeMs()
[all …]
Dprobe_controller.h60 class ProbeController {
62 explicit ProbeController(const WebRtcKeyValueConfig* key_value_config,
64 ~ProbeController();
147 RTC_DISALLOW_COPY_AND_ASSIGN(ProbeController);
Dprobe_controller_unittest.cc52 new ProbeController(&field_trial_config_, &mock_rtc_event_log)); in ProbeControllerTest()
68 std::unique_ptr<ProbeController> probe_controller_;
101 new ProbeController(&field_trial_config_, &mock_rtc_event_log)); in TEST_F()
263 new ProbeController(&field_trial_config_, &mock_rtc_event_log)); in TEST_F()
347 new ProbeController(&field_trial_config_, &mock_rtc_event_log)); in TEST_F()
Dgoog_cc_network_control.h94 const std::unique_ptr<ProbeController> probe_controller_;
Dgoog_cc_network_control.cc92 new ProbeController(key_value_config_, config.event_log)), in GoogCcNetworkController()