Searched refs:getSteadyClockTimeNs (Results 1 – 8 of 8) sorted by relevance
33 int64_t getSteadyClockTimeNs() { in getSteadyClockTimeNs() function52 return steadyClockTimeNs + (getBootClockTimeNs() - getSteadyClockTimeNs()); in steadyClockTimeToBootClockTimeNs()65 event.mWhenNs += getSteadyClockTimeNs(); in setTimedEventWithAbsoluteTime()
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()[all …]
96 int64_t getSteadyClockTimeNs();
76 mTimeoutEvent.mWhenNs = getSteadyClockTimeNs() + mMaxValidTimeNs; in setEnabled()97 if (isOutdated(getSteadyClockTimeNs())) { in updateRefreshRate()
50 getSteadyClockTimeNs() + kActiveRefreshRateDurationNs; in onPresentInternal()111 getSteadyClockTimeNs() + kActiveToIdleTransitionDurationNs; in changeRefreshRateDisplayState()
31 mLastMeasureTimeNs = getSteadyClockTimeNs() + params.mMeasurePeriodNs; in PeriodRefreshRateCalculator()81 mLastMeasureTimeNs = getSteadyClockTimeNs() + mParams.mMeasurePeriodNs; in setEnabled()
44 mUpdateEvent.mWhenNs = getSteadyClockTimeNs() + mUpdatePeriodNs; in VariableRefreshRateStatistic()276 mUpdateEvent.mWhenNs = getSteadyClockTimeNs() + mUpdatePeriodNs; in updateStatistic()
60 int64_t timePassedNs = (getSteadyClockTimeNs() - mLastGetStateResidencyTimeNs); in getStateResidency()70 mLastGetStateResidencyTimeNs = getSteadyClockTimeNs(); in getStateResidency()