Searched defs:nextWakeupTime (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/services/inputflinger/ |
D | InputDispatcher.cpp | 270 nsecs_t nextWakeupTime = LONG_LONG_MAX; in dispatchOnce() local 294 void InputDispatcher::dispatchOnceInnerLocked(nsecs_t* nextWakeupTime) { in dispatchOnceInnerLocked() 755 DropReason* dropReason, nsecs_t* nextWakeupTime) { in dispatchKeyLocked() 865 nsecs_t currentTime, MotionEntry* entry, DropReason* dropReason, nsecs_t* nextWakeupTime) { in dispatchMotionLocked() 989 nsecs_t* nextWakeupTime, const char* reason) { in handleTargetsNotReadyLocked() 1110 const EventEntry* entry, Vector<InputTarget>& inputTargets, nsecs_t* nextWakeupTime) { in findFocusedWindowTargetsLocked() 1167 const MotionEntry* entry, Vector<InputTarget>& inputTargets, nsecs_t* nextWakeupTime, in findTouchedWindowTargetsLocked()
|