Searched refs:INTERCEPT_KEY_RESULT_TRY_AGAIN_LATER (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/input/
H A DInputDispatcher.h486 INTERCEPT_KEY_RESULT_TRY_AGAIN_LATER, enumerator in enum:android::InputDispatcher::KeyEntry::InterceptKeyResult
489 nsecs_t interceptKeyWakeupTime; // used with INTERCEPT_KEY_RESULT_TRY_AGAIN_LATER
H A DInputDispatcher.cpp736 if (entry->interceptKeyResult == KeyEntry::INTERCEPT_KEY_RESULT_TRY_AGAIN_LATER) {
3441 entry->interceptKeyResult = KeyEntry::INTERCEPT_KEY_RESULT_TRY_AGAIN_LATER;

Completed in 166 milliseconds