HomeSort by relevance Sort by last modified time
    Searched refs:mNextWakeup (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/hwui/renderthread/
RenderThread.cpp 140 , mNextWakeup(LLONG_MAX)
290 if (mNextWakeup && task->mRunAt < mNextWakeup) {
291 mNextWakeup = 0;
332 mNextWakeup = LLONG_MAX;
334 mNextWakeup = next->mRunAt;
343 *nextWakeup = mNextWakeup;
RenderThread.h 111 // to the time to requery for the nextTask to run. mNextWakeup is also
118 nsecs_t mNextWakeup;
  /frameworks/base/services/core/java/com/android/server/
AlarmManagerService.java 111 private long mNextWakeup;
594 mNextWakeup = mNextNonWakeup = 0;
878 long nextWakeupRTC = mNextWakeup + (nowRTC - nowELAPSED)
    [all...]

Completed in 46 milliseconds