Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncDispatchTimerQueue.cpp108 auto nextWakeupTime = nextVsyncTime - timing.workDuration - timing.readyDuration; in schedule() local
185 const auto nextWakeupTime = nextReadyTime - timing.workDuration; in getArmedInfo() local
/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
DUserWakeupStore.java223 long nextWakeupTime = -1; in getNextWakeupTime() local
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp1003 nsecs_t nextWakeupTime = LLONG_MAX; in dispatchOnce() local
1138 void InputDispatcher::dispatchOnceInnerLocked(nsecs_t& nextWakeupTime) { in dispatchOnceInnerLocked()
1842 DropReason* dropReason, nsecs_t& nextWakeupTime) { in dispatchKeyLocked()
2045 DropReason* dropReason, nsecs_t& nextWakeupTime) { in dispatchSensorLocked()
2083 DropReason* dropReason, nsecs_t& nextWakeupTime) { in dispatchMotionLocked()
2349 nsecs_t& nextWakeupTime) { in findFocusedWindowTargetLocked()