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

/frameworks/base/libs/hwui/renderthread/
H A DRenderThread.cpp259 nsecs_t nextWakeup; local
261 while (RenderTask* task = nextTask(&nextWakeup)) {
265 if (nextWakeup == LLONG_MAX) {
268 nsecs_t timeoutNanos = nextWakeup - systemTime(SYSTEM_TIME_MONOTONIC);
328 RenderTask* RenderThread::nextTask(nsecs_t* nextWakeup) { argument
342 if (nextWakeup) {
343 *nextWakeup = mNextWakeup;
H A DRenderThread.h110 // Returns the next task to be run. If this returns NULL nextWakeup is set
113 RenderTask* nextTask(nsecs_t* nextWakeup);

Completed in 141 milliseconds