Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DRenderProxy.cpp343 nsecs_t timeToNextVsync = estimatedNextVsync - systemTime(CLOCK_MONOTONIC); in prepareToDraw() local
349 if (timeToNextVsync > -6_ms && timeToNextVsync < 1_ms) { in prepareToDraw()