Searched refs:alr_started_time_ms_ (Results 1 – 2 of 2) sorted by relevance
85 !alr_started_time_ms_) { in OnBytesSent()86 alr_started_time_ms_.emplace(rtc::TimeMillis()); in OnBytesSent()89 alr_started_time_ms_) { in OnBytesSent()91 alr_started_time_ms_.reset(); in OnBytesSent()95 std::make_unique<RtcEventAlrState>(alr_started_time_ms_.has_value())); in OnBytesSent()108 return alr_started_time_ms_; in GetApplicationLimitedRegionStartTime()
70 absl::optional<int64_t> alr_started_time_ms_; variable