Home
last modified time | relevance | path

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

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