Searched refs:alr_start_time (Results 1 – 3 of 3) sorted by relevance
264 int64_t alr_start_time = clock_.TimeInMilliseconds(); in TEST_F() local266 probe_controller_->SetAlrStartTimeMs(alr_start_time); in TEST_F()313 int64_t alr_start_time = clock_.TimeInMilliseconds(); in TEST_F() local314 probe_controller_->SetAlrStartTimeMs(alr_start_time); in TEST_F()
479 absl::optional<int64_t> alr_start_time = in OnTransportPacketsFeedback() local482 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()
87 void SetAlrStartTimeMs(absl::optional<int64_t> alr_start_time);