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 795 if (currentTime < entry->interceptKeyWakeupTime) {
796 if (entry->interceptKeyWakeupTime < *nextWakeupTime) {
797 *nextWakeupTime = entry->interceptKeyWakeupTime;
802 entry->interceptKeyWakeupTime = 0;
    [all...]
InputDispatcher.h 494 nsecs_t interceptKeyWakeupTime; // used with INTERCEPT_KEY_RESULT_TRY_AGAIN_LATER
    [all...]

Completed in 87 milliseconds