Searched refs:start_time_ms_ (Results 1 – 5 of 5) sorted by relevance
48 start_time_ms_(input_->NextEventTime()), in TimeLimitedNetEqInput()86 if (NextEventTime() && start_time_ms_ && in MaybeSetEnded()87 *NextEventTime() - *start_time_ms_ > duration_ms_) { in MaybeSetEnded()
100 const absl::optional<int64_t> start_time_ms_; variable
37 : histogram_name_(name), start_time_ms_(rtc::TimeMillis()) {} in ScopedHistogramTimer()39 const int64_t life_time_ms = rtc::TimeSince(start_time_ms_); in ~ScopedHistogramTimer()46 int64_t start_time_ms_; member in webrtc::jni::__anonf050800a0111::ScopedHistogramTimer
33 : histogram_name_(name), start_time_ms_(rtc::TimeMillis()) {} in ScopedHistogramTimer()35 const int64_t life_time_ms = rtc::TimeSince(start_time_ms_); in ~ScopedHistogramTimer()42 int64_t start_time_ms_; member in webrtc::__anon2053423a0111::ScopedHistogramTimer
383 start_time_ms_(start_time_ms), in TestCaptureNtpTime()422 if (time_since_creation < start_time_ms_) { in TestCaptureNtpTime()496 int start_time_ms_; in TestCaptureNtpTime() member in webrtc::CallPerfTest::TestCaptureNtpTime::CaptureNtpTimeObserver