Searched refs:estimatedNextVsync (Results 1 – 1 of 1) sorted by relevance
441 nsecs_t estimatedNextVsync = lastVsync + renderThread->timeLord().frameIntervalNanos(); in prepareToDraw() local442 nsecs_t timeToNextVsync = estimatedNextVsync - systemTime(SYSTEM_TIME_MONOTONIC); in prepareToDraw()449 renderThread->queue().postAt(estimatedNextVsync + 8_ms, task); in prepareToDraw()