Searched defs:numVsync (Results 1 – 3 of 3) sorted by relevance
275 int numVsync = roundDivide((presentTimeInBootClockNs - mLastRefreshTimeInBootClockNs), in onRefreshInternal() local387 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