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