Searched refs:durationFromLastPresentNs (Results 1 – 1 of 1) sorted by relevance
228 auto durationFromLastPresentNs = endTimeStampInBootClockNs - mLastPresentTimeInBootClockNs; in updateIdleStats() local229 durationFromLastPresentNs = durationFromLastPresentNs < 0 ? 0 : durationFromLastPresentNs; in updateIdleStats()236 record.mAccumulatedTimeNs += durationFromLastPresentNs; in updateIdleStats()241 int numVsync = roundDivide(durationFromLastPresentNs, mTeIntervalNs); in updateIdleStats()