Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DRenderProxy.cpp370 nsecs_t estimatedNextVsync = lastVsync + renderThread->timeLord().frameIntervalNanos(); in prepareToDraw() local
371 nsecs_t timeToNextVsync = estimatedNextVsync - systemTime(SYSTEM_TIME_MONOTONIC); in prepareToDraw()
378 renderThread->queue().postAt(estimatedNextVsync + 8_ms, task); in prepareToDraw()