Searched refs:mLastPresentTimeInBootClockNs (Results 1 – 2 of 2) sorted by relevance
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()[all …]
206 int64_t mLastPresentTimeInBootClockNs = kDefaultInvalidPresentTimeNs; variable