Lines Matching refs:interceptKeyResult
1352 pendingKey.interceptKeyResult == in enqueueInboundEventLocked()
1354 pendingKey.interceptKeyResult = KeyEntry::InterceptKeyResult::UNKNOWN; in enqueueInboundEventLocked()
1881 if (entry->interceptKeyResult == KeyEntry::InterceptKeyResult::TRY_AGAIN_LATER) { in dispatchKeyLocked()
1886 entry->interceptKeyResult = KeyEntry::InterceptKeyResult::UNKNOWN; in dispatchKeyLocked()
1891 if (entry->interceptKeyResult == KeyEntry::InterceptKeyResult::UNKNOWN) { in dispatchKeyLocked()
1902 entry->interceptKeyResult = KeyEntry::InterceptKeyResult::CONTINUE; in dispatchKeyLocked()
1904 } else if (entry->interceptKeyResult == KeyEntry::InterceptKeyResult::SKIP) { in dispatchKeyLocked()
3324 keyEntry.interceptKeyResult != KeyEntry::InterceptKeyResult::SKIP) { in pokeUserActivityLocked()
6555 entry.interceptKeyResult = KeyEntry::InterceptKeyResult::SKIP; in doInterceptKeyBeforeDispatchingCommand()
6557 entry.interceptKeyResult = KeyEntry::InterceptKeyResult::CONTINUE; in doInterceptKeyBeforeDispatchingCommand()
6559 entry.interceptKeyResult = KeyEntry::InterceptKeyResult::TRY_AGAIN_LATER; in doInterceptKeyBeforeDispatchingCommand()