Lines Matching refs:getSteadyClockTimeNs
226 postEvent(VrrControllerEventType::kNotifyExpectedPresentConfig, getSteadyClockTimeNs()); in notifyExpectedPresent()
261 mFrameRateReporter->onPresent(getSteadyClockTimeNs(), 0); in setActiveVrrConfiguration()
301 getSteadyClockTimeNs() + in setActiveVrrConfiguration()
394 getSteadyClockTimeNs() + in postSetPowerMode()
549 mMinimumRefreshRateTimeoutEvent->mWhenNs = getSteadyClockTimeNs() + delayNs; in setFixedRefreshRateRange()
718 timeoutNs = getSteadyClockTimeNs() + in onPresent()
724 getSteadyClockTimeNs() + timeoutNs); in onPresent()
733 presentTimeoutNs = getSteadyClockTimeNs() + presentTimeoutNs; in onPresent()
887 getSteadyClockTimeNs() + kDefaultWakeUpTimeInPowerSaving); in handleHibernate()
894 getSteadyClockTimeNs() + kDefaultWakeUpTimeInPowerSaving); in handleStayHibernate()
910 mFrameRateReporter->onPresent(getSteadyClockTimeNs(), 0); in handlePresentTimeout()
1015 int64_t nowNs = getSteadyClockTimeNs(); in threadBody()
1029 if (event.mWhenNs > getSteadyClockTimeNs()) { in threadBody()
1143 event.mWhenNs = timedEvent.mIsRelativeTime ? (getSteadyClockTimeNs() + timedEvent.mWhenNs) in postEvent()