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

  /frameworks/native/services/inputflinger/
InputDispatcher.cpp 754 if (currentTime < entry->interceptKeyWakeupTime) {
755 if (entry->interceptKeyWakeupTime < *nextWakeupTime) {
756 *nextWakeupTime = entry->interceptKeyWakeupTime;
761 entry->interceptKeyWakeupTime = 0;
    [all...]
InputDispatcher.h 489 nsecs_t interceptKeyWakeupTime; // used with INTERCEPT_KEY_RESULT_TRY_AGAIN_LATER
    [all...]

Completed in 51 milliseconds