Searched refs:mWhenNs (Results 1 – 9 of 9) sorted by relevance
60 TimedEvent(const std::string& name, int64_t whenNs) : mEventName(name), mWhenNs(whenNs) {} in TimedEvent()62 TimedEvent(std::string& name, int64_t whenNs) : mEventName(name), mWhenNs(whenNs) {} in TimedEvent()64 bool operator<(const TimedEvent& b) const { return mWhenNs > b.mWhenNs; }69 int64_t mWhenNs = 0; member73 bool operator<(const VrrControllerEvent& b) const { return mWhenNs > b.mWhenNs; }109 os << "when = " << mWhenNs << "ns]"; in toString()114 int64_t mWhenNs; member
33 event.mWhenNs = timedEvent.mWhenNs; in postEvent()41 event.mWhenNs = when; in postEvent()
549 mMinimumRefreshRateTimeoutEvent->mWhenNs = getSteadyClockTimeNs() + delayNs; in setFixedRefreshRateRange()671 mMinimumRefreshRateTimeoutEvent->mWhenNs = in onPresent()681 mMinimumRefreshRateTimeoutEvent->mWhenNs = in onPresent()842 return event.mWhenNs; in getNextEventTimeLocked()1029 if (event.mWhenNs > getSteadyClockTimeNs()) { in threadBody()1067 timedEvent.mWhenNs = whenFromNowNs; in threadBody()1136 event.mWhenNs = when; in postEvent()1143 event.mWhenNs = timedEvent.mIsRelativeTime ? (getSteadyClockTimeNs() + timedEvent.mWhenNs) in postEvent()1144 : timedEvent.mWhenNs; in postEvent()
65 event.mWhenNs += getSteadyClockTimeNs(); in setTimedEventWithAbsoluteTime()
32 mMeasureEvent.mWhenNs = mLastMeasureTimeNs; in PeriodRefreshRateCalculator()82 mMeasureEvent.mWhenNs = mLastMeasureTimeNs; in setEnabled()126 mMeasureEvent.mWhenNs = mLastMeasureTimeNs; in onMeasure()
63 mTimeoutEvent.mWhenNs = presentTimeNs + mMaxValidTimeNs; in onPresentInternal()76 mTimeoutEvent.mWhenNs = getSteadyClockTimeNs() + mMaxValidTimeNs; in setEnabled()
49 mResetRefreshRateEvent.mWhenNs = in onPresentInternal()110 mResetRefreshRateEvent.mWhenNs = in changeRefreshRateDisplayState()
61 mTimeoutEvent.mWhenNs = presentTimeNs + mParams.mMaxValidTimeNs; in onPresentInternal()
44 mUpdateEvent.mWhenNs = getSteadyClockTimeNs() + mUpdatePeriodNs; in VariableRefreshRateStatistic()276 mUpdateEvent.mWhenNs = getSteadyClockTimeNs() + mUpdatePeriodNs; in updateStatistic()