Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncDispatchTimerQueue.cpp97 auto nextWakeupTime = nextVsyncTime - timing.workDuration - timing.readyDuration; in schedule() local
160 const auto nextWakeupTime = nextReadyTime - mScheduleTiming.workDuration; in update() local
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp786 nsecs_t nextWakeupTime = LLONG_MAX; in dispatchOnce() local
901 void InputDispatcher::dispatchOnceInnerLocked(nsecs_t* nextWakeupTime) { in dispatchOnceInnerLocked()
1655 DropReason* dropReason, nsecs_t* nextWakeupTime) { in dispatchKeyLocked()
1789 DropReason* dropReason, nsecs_t* nextWakeupTime) { in dispatchSensorLocked()
1828 DropReason* dropReason, nsecs_t* nextWakeupTime) { in dispatchMotionLocked()
2081 nsecs_t currentTime, const EventEntry& entry, nsecs_t* nextWakeupTime, in findFocusedWindowTargetLocked()