Searched refs:nextWakeupTime (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp227 nsecs_t nextWakeupTime = LONG_LONG_MAX; local
235 dispatchOnceInnerLocked(&nextWakeupTime);
241 nextWakeupTime = LONG_LONG_MIN;
247 int timeoutMillis = toMillisecondTimeoutDelay(currentTime, nextWakeupTime);
251 void InputDispatcher::dispatchOnceInnerLocked(nsecs_t* nextWakeupTime) { argument
273 if (mAppSwitchDueTime < *nextWakeupTime) {
274 *nextWakeupTime = mAppSwitchDueTime;
293 if (mKeyRepeatState.nextRepeatTime < *nextWakeupTime) {
294 *nextWakeupTime = mKeyRepeatState.nextRepeatTime;
367 done = dispatchKeyLocked(currentTime, typedEntry, &dropReason, nextWakeupTime);
707 dispatchKeyLocked(nsecs_t currentTime, KeyEntry* entry, DropReason* dropReason, nsecs_t* nextWakeupTime) argument
817 dispatchMotionLocked( nsecs_t currentTime, MotionEntry* entry, DropReason* dropReason, nsecs_t* nextWakeupTime) argument
934 handleTargetsNotReadyLocked(nsecs_t currentTime, const EventEntry* entry, const sp<InputApplicationHandle>& applicationHandle, const sp<InputWindowHandle>& windowHandle, nsecs_t* nextWakeupTime, const char* reason) argument
1058 findFocusedWindowTargetsLocked(nsecs_t currentTime, const EventEntry* entry, Vector<InputTarget>& inputTargets, nsecs_t* nextWakeupTime) argument
1115 findTouchedWindowTargetsLocked(nsecs_t currentTime, const MotionEntry* entry, Vector<InputTarget>& inputTargets, nsecs_t* nextWakeupTime, bool* outConflictingPointerActions) argument
[all...]
H A DInputDispatcher.h852 void dispatchOnceInnerLocked(nsecs_t* nextWakeupTime);
990 DropReason* dropReason, nsecs_t* nextWakeupTime);
993 DropReason* dropReason, nsecs_t* nextWakeupTime);
1020 nsecs_t* nextWakeupTime, const char* reason);
1027 Vector<InputTarget>& inputTargets, nsecs_t* nextWakeupTime);
1029 Vector<InputTarget>& inputTargets, nsecs_t* nextWakeupTime,

Completed in 64 milliseconds