Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/renderthread/
H A DRenderProxy.cpp375 nsecs_t timeToNextVsync = estimatedNextVsync - systemTime(SYSTEM_TIME_MONOTONIC); in prepareToDraw() local
381 if (timeToNextVsync > -6_ms && timeToNextVsync < 1_ms) { in prepareToDraw()