Home
last modified time | relevance | path

Searched refs:interceptKeyResult (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
DInputDispatcher.cpp794 if (entry->interceptKeyResult == KeyEntry::INTERCEPT_KEY_RESULT_TRY_AGAIN_LATER) { in dispatchKeyLocked()
801 entry->interceptKeyResult = KeyEntry::INTERCEPT_KEY_RESULT_UNKNOWN; in dispatchKeyLocked()
806 if (entry->interceptKeyResult == KeyEntry::INTERCEPT_KEY_RESULT_UNKNOWN) { in dispatchKeyLocked()
817 entry->interceptKeyResult = KeyEntry::INTERCEPT_KEY_RESULT_CONTINUE; in dispatchKeyLocked()
819 } else if (entry->interceptKeyResult == KeyEntry::INTERCEPT_KEY_RESULT_SKIP) { in dispatchKeyLocked()
3610 entry->interceptKeyResult = KeyEntry::INTERCEPT_KEY_RESULT_SKIP; in doInterceptKeyBeforeDispatchingLockedInterruptible()
3612 entry->interceptKeyResult = KeyEntry::INTERCEPT_KEY_RESULT_CONTINUE; in doInterceptKeyBeforeDispatchingLockedInterruptible()
3614 entry->interceptKeyResult = KeyEntry::INTERCEPT_KEY_RESULT_TRY_AGAIN_LATER; in doInterceptKeyBeforeDispatchingLockedInterruptible()
4001 syntheticRepeat(false), interceptKeyResult(KeyEntry::INTERCEPT_KEY_RESULT_UNKNOWN), in KeyEntry()
4021 interceptKeyResult = KeyEntry::INTERCEPT_KEY_RESULT_UNKNOWN; in recycle()
DInputDispatcher.h493 InterceptKeyResult interceptKeyResult; // set based on the interception result member