Searched refs:interceptKeyResult (Results 1 – 3 of 3) sorted by relevance
140 mutable InterceptKeyResult interceptKeyResult; // set based on the interception result member
148 interceptKeyResult(KeyEntry::InterceptKeyResult::UNKNOWN), in KeyEntry()
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()[all …]