Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DEntry.h140 mutable InterceptKeyResult interceptKeyResult; // set based on the interception result member
DEntry.cpp148 interceptKeyResult(KeyEntry::InterceptKeyResult::UNKNOWN), in KeyEntry()
DInputDispatcher.cpp1352 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 …]