Searched refs:timeoutNanos (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
H A DRenderThread.cpp273 nsecs_t timeoutNanos = nextWakeup - systemTime(SYSTEM_TIME_MONOTONIC); local
274 timeoutMillis = nanoseconds_to_milliseconds(timeoutNanos);

Completed in 410 milliseconds