Lines Matching refs:mLastPresentTimeInBootClockNs
114 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()
238 mLastPresentTimeInBootClockNs = endTimeStampInBootClockNs; in updateIdleStats()
256 mLastPresentTimeInBootClockNs += alignedDurationNs; in updateIdleStats()
257 record.mLastTimeStampInBootClockNs = mLastPresentTimeInBootClockNs; in updateIdleStats()