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

/frameworks/base/libs/hwui/renderthread/
H A DRenderThread.cpp264 nsecs_t nextWakeup; local
266 while (RenderTask* task = nextTask(&nextWakeup)) {
270 if (nextWakeup == LLONG_MAX) {
273 nsecs_t timeoutNanos = nextWakeup - systemTime(SYSTEM_TIME_MONOTONIC);
342 RenderTask* RenderThread::nextTask(nsecs_t* nextWakeup) { argument
356 if (nextWakeup) {
357 *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 47 milliseconds