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

  /frameworks/base/services/input/
InputDispatcher.cpp 737 if (currentTime < entry->interceptKeyWakeupTime) {
738 if (entry->interceptKeyWakeupTime < *nextWakeupTime) {
739 *nextWakeupTime = entry->interceptKeyWakeupTime;
744 entry->interceptKeyWakeupTime = 0;
    [all...]
InputDispatcher.h 489 nsecs_t interceptKeyWakeupTime; // used with INTERCEPT_KEY_RESULT_TRY_AGAIN_LATER
    [all...]

Completed in 4570 milliseconds