Searched refs:timeToNextVsync (Results 1 – 1 of 1) sorted by relevance
371 nsecs_t timeToNextVsync = estimatedNextVsync - systemTime(SYSTEM_TIME_MONOTONIC); in prepareToDraw() local377 if (timeToNextVsync > -6_ms && timeToNextVsync < 1_ms) { in prepareToDraw()