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 222 nsecs_t nextWakeupTime = LONG_LONG_MAX;
230 dispatchOnceInnerLocked(&nextWakeupTime);
236 nextWakeupTime = LONG_LONG_MIN;
242 int timeoutMillis = toMillisecondTimeoutDelay(currentTime, nextWakeupTime);
246 void InputDispatcher::dispatchOnceInnerLocked(nsecs_t* nextWakeupTime) {
268 if (mAppSwitchDueTime < *nextWakeupTime) {
269 *nextWakeupTime = mAppSwitchDueTime;
288 if (mKeyRepeatState.nextRepeatTime < *nextWakeupTime) {
289 *nextWakeupTime = mKeyRepeatState.nextRepeatTime;
362 done = dispatchKeyLocked(currentTime, typedEntry, &dropReason, nextWakeupTime);
    [all...]
InputDispatcher.h 851 void dispatchOnceInnerLocked(nsecs_t* nextWakeupTime);
    [all...]

Completed in 21 milliseconds