HomeSort by relevance Sort by last modified time
    Searched refs:nextWakeupTime (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/input/
InputDispatcher.cpp 224 nsecs_t nextWakeupTime = LONG_LONG_MAX;
232 dispatchOnceInnerLocked(&nextWakeupTime);
238 nextWakeupTime = LONG_LONG_MIN;
244 int timeoutMillis = toMillisecondTimeoutDelay(currentTime, nextWakeupTime);
248 void InputDispatcher::dispatchOnceInnerLocked(nsecs_t* nextWakeupTime) {
270 if (mAppSwitchDueTime < *nextWakeupTime) {
271 *nextWakeupTime = mAppSwitchDueTime;
290 if (mKeyRepeatState.nextRepeatTime < *nextWakeupTime) {
291 *nextWakeupTime = mKeyRepeatState.nextRepeatTime;
364 done = dispatchKeyLocked(currentTime, typedEntry, &dropReason, nextWakeupTime);
    [all...]
InputDispatcher.h 854 void dispatchOnceInnerLocked(nsecs_t* nextWakeupTime);
    [all...]

Completed in 147 milliseconds