Searched refs:NextRunTime (Results 1 – 3 of 3) sorted by relevance
134 Timestamp SimulatedTimeControllerImpl::NextRunTime() const { in NextRunTime() function in webrtc::sim_time_impl::SimulatedTimeControllerImpl217 Timestamp next_time = std::min(impl_.NextRunTime(), target_time); in AdvanceTime()
76 Timestamp NextRunTime() const RTC_LOCKS_EXCLUDED(lock_);
237 std::max(impl_.NextRunTime() - impl_.CurrentTime(), TimeDelta::Zero()); in ScheduleNext()