Searched refs:estimatedNextVsync (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
H A DRenderProxy.cpp653 nsecs_t estimatedNextVsync = lastVsync + renderThread->timeLord().frameIntervalNanos(); local
654 nsecs_t timeToNextVsync = estimatedNextVsync - systemTime(CLOCK_MONOTONIC);
661 renderThread->queueAt(task, estimatedNextVsync + 8_ms);

Completed in 69 milliseconds