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

  /frameworks/native/services/inputflinger/
InputDispatcher.cpp 227 nsecs_t nextWakeupTime = LONG_LONG_MAX;
235 dispatchOnceInnerLocked(&nextWakeupTime);
241 nextWakeupTime = LONG_LONG_MIN;
247 int timeoutMillis = toMillisecondTimeoutDelay(currentTime, nextWakeupTime);
251 void InputDispatcher::dispatchOnceInnerLocked(nsecs_t* nextWakeupTime) {
273 if (mAppSwitchDueTime < *nextWakeupTime) {
274 *nextWakeupTime = mAppSwitchDueTime;
293 if (mKeyRepeatState.nextRepeatTime < *nextWakeupTime) {
294 *nextWakeupTime = mKeyRepeatState.nextRepeatTime;
367 done = dispatchKeyLocked(currentTime, typedEntry, &dropReason, nextWakeupTime);
    [all...]
InputDispatcher.h 852 void dispatchOnceInnerLocked(nsecs_t* nextWakeupTime);
    [all...]

Completed in 690 milliseconds