Home
last modified time | relevance | path

Searched refs:mWhenNs (Results 1 – 9 of 9) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libvrr/interface/
DEvent.h60 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; member
73 bool operator<(const VrrControllerEvent& b) const { return mWhenNs > b.mWhenNs; }
109 os << "when = " << mWhenNs << "ns]"; in toString()
114 int64_t mWhenNs; member
/hardware/google/graphics/common/libhwc2.1/libvrr/
DEventQueue.h33 event.mWhenNs = timedEvent.mWhenNs; in postEvent()
41 event.mWhenNs = when; in postEvent()
DVariableRefreshRateController.cpp549 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()
DUtils.cpp65 event.mWhenNs += getSteadyClockTimeNs(); in setTimedEventWithAbsoluteTime()
/hardware/google/graphics/common/libhwc2.1/libvrr/RefreshRateCalculator/
DPeriodRefreshRateCalculator.cpp32 mMeasureEvent.mWhenNs = mLastMeasureTimeNs; in PeriodRefreshRateCalculator()
82 mMeasureEvent.mWhenNs = mLastMeasureTimeNs; in setEnabled()
126 mMeasureEvent.mWhenNs = mLastMeasureTimeNs; in onMeasure()
DInstantRefreshRateCalculator.cpp63 mTimeoutEvent.mWhenNs = presentTimeNs + mMaxValidTimeNs; in onPresentInternal()
76 mTimeoutEvent.mWhenNs = getSteadyClockTimeNs() + mMaxValidTimeNs; in setEnabled()
DAODRefreshRateCalculator.h49 mResetRefreshRateEvent.mWhenNs = in onPresentInternal()
110 mResetRefreshRateEvent.mWhenNs = in changeRefreshRateDisplayState()
DExitIdleRefreshRateCalculator.cpp61 mTimeoutEvent.mWhenNs = presentTimeNs + mParams.mMaxValidTimeNs; in onPresentInternal()
/hardware/google/graphics/common/libhwc2.1/libvrr/Statistics/
DVariableRefreshRateStatistic.cpp44 mUpdateEvent.mWhenNs = getSteadyClockTimeNs() + mUpdatePeriodNs; in VariableRefreshRateStatistic()
276 mUpdateEvent.mWhenNs = getSteadyClockTimeNs() + mUpdatePeriodNs; in updateStatistic()