Searched refs:alr_started_time_ms_ (Results 1 – 2 of 2) sorted by relevance
86 !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()
70 absl::optional<int64_t> alr_started_time_ms_; variable