Searched defs:numVsync (Results 1 – 3 of 3) sorted by relevance
148 int numVsync = roundDivide((presentTimeInBootClockNs - mLastPresentTimeInBootClockNs), in onPresent() local241 int numVsync = roundDivide(durationFromLastPresentNs, mTeIntervalNs); in updateIdleStats() local
53 auto numVsync = durationToVsync((presentTimeNs - mLastPresentTimeNs)); in onPresentInternal() local
63 int numVsync = std::max(mMinVsyncNum, durationToVsync(periodNs)); in onPresentInternal() local