Home
last modified time | relevance | path

Searched refs:mLastPresentTimeInBootClockNs (Results 1 – 2 of 2) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libvrr/Statistics/
DVariableRefreshRateStatistic.cpp114 mLastPresentTimeInBootClockNs = kDefaultInvalidPresentTimeNs; in onPowerStateChange()
134 if (mLastPresentTimeInBootClockNs == kDefaultInvalidPresentTimeNs) { in onPresent()
135 mLastPresentTimeInBootClockNs = presentTimeInBootClockNs; in onPresent()
145 mLastPresentTimeInBootClockNs = in onPresent()
148 int numVsync = roundDivide((presentTimeInBootClockNs - mLastPresentTimeInBootClockNs), in onPresent()
152 mLastPresentTimeInBootClockNs = presentTimeInBootClockNs; in onPresent()
167 record.mLastTimeStampInBootClockNs = mLastPresentTimeInBootClockNs; in onPresent()
224 if (mLastPresentTimeInBootClockNs == kDefaultInvalidPresentTimeNs) return; in updateIdleStats()
228 auto durationFromLastPresentNs = endTimeStampInBootClockNs - mLastPresentTimeInBootClockNs; in updateIdleStats()
237 record.mLastTimeStampInBootClockNs = mLastPresentTimeInBootClockNs; in updateIdleStats()
[all …]
DVariableRefreshRateStatistic.h206 int64_t mLastPresentTimeInBootClockNs = kDefaultInvalidPresentTimeNs; variable