Home
last modified time | relevance | path

Searched refs:alr_started_time_ms_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/congestion_controller/goog_cc/
Dalr_detector.cc86 !alr_started_time_ms_) { in OnBytesSent()
87 alr_started_time_ms_.emplace(rtc::TimeMillis()); in OnBytesSent()
90 alr_started_time_ms_) { in OnBytesSent()
92 alr_started_time_ms_.reset(); in OnBytesSent()
96 std::make_unique<RtcEventAlrState>(alr_started_time_ms_.has_value())); in OnBytesSent()
109 return alr_started_time_ms_; in GetApplicationLimitedRegionStartTime()
Dalr_detector.h70 absl::optional<int64_t> alr_started_time_ms_; variable