Home
last modified time | relevance | path

Searched defs:nextWakeupTime (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncDispatchTimerQueue.cpp107 auto nextWakeupTime = nextVsyncTime - timing.workDuration - timing.readyDuration; in schedule() local
184 const auto nextWakeupTime = nextReadyTime - timing.workDuration; in getArmedInfo() local
/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
DUserWakeupStore.java259 long nextWakeupTime = -1; in getNextWakeupTime() local
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp978 nsecs_t nextWakeupTime = LLONG_MAX; in dispatchOnce() local
1092 void InputDispatcher::dispatchOnceInnerLocked(nsecs_t& nextWakeupTime) { in dispatchOnceInnerLocked()
1832 DropReason* dropReason, nsecs_t& nextWakeupTime) { in dispatchKeyLocked()
1972 DropReason* dropReason, nsecs_t& nextWakeupTime) { in dispatchSensorLocked()
2012 DropReason* dropReason, nsecs_t& nextWakeupTime) { in dispatchMotionLocked()
2267 nsecs_t currentTime, const EventEntry& entry, nsecs_t& nextWakeupTime, in findFocusedWindowTargetLocked()