Searched refs:mRunAt (Results 1 – 2 of 2) sorted by relevance
69 if (mTail->mRunAt <= task->mRunAt) { in queue()76 while (next && next->mRunAt <= task->mRunAt) { in queue()309 if (mNextWakeup && task->mRunAt < mNextWakeup) { in queue()322 task->mRunAt = runAtNs; in queueAt()354 mNextWakeup = next->mRunAt; in nextTask()356 if (next->mRunAt <= 0 || next->mRunAt <= systemTime(SYSTEM_TIME_MONOTONIC)) { in nextTask()
50 ANDROID_API RenderTask() : mNext(nullptr), mRunAt(0) {} in RenderTask()56 nsecs_t mRunAt; // nano-seconds on the SYSTEM_TIME_MONOTONIC clock variable