Home
last modified time | relevance | path

Searched refs:alr_start_time (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/congestion_controller/goog_cc/
Dprobe_controller_unittest.cc264 int64_t alr_start_time = clock_.TimeInMilliseconds(); in TEST_F() local
266 probe_controller_->SetAlrStartTimeMs(alr_start_time); in TEST_F()
313 int64_t alr_start_time = clock_.TimeInMilliseconds(); in TEST_F() local
314 probe_controller_->SetAlrStartTimeMs(alr_start_time); in TEST_F()
Dgoog_cc_network_control.cc479 absl::optional<int64_t> alr_start_time = in OnTransportPacketsFeedback() local
482 if (previously_in_alr_ && !alr_start_time.has_value()) { in OnTransportPacketsFeedback()
487 previously_in_alr_ = alr_start_time.has_value(); in OnTransportPacketsFeedback()
542 alr_start_time.has_value()); in OnTransportPacketsFeedback()
560 probe_controller_->SetAlrStartTimeMs(alr_start_time); in OnTransportPacketsFeedback()
Dprobe_controller.h87 void SetAlrStartTimeMs(absl::optional<int64_t> alr_start_time);