Searched refs:KeyEntry (Results 1 – 2 of 2) sorted by relevance
474 struct KeyEntry : EventEntry { struct496 KeyEntry(nsecs_t eventTime, argument504 virtual ~KeyEntry();601 KeyEntry* keyEntry;721 bool trackKey(const KeyEntry* entry, int32_t action, int32_t flags);786 ssize_t findKeyMemento(const KeyEntry* entry) const;789 void addKeyMemento(const KeyEntry* entry, int32_t flags);883 bool isAppSwitchKeyEventLocked(KeyEntry* keyEntry);915 KeyEntry* lastKeyEntry; // or null if no repeat920 KeyEntry* synthesizeKeyRepeatLocked(nsecs_t currentTime);[all …]
394 KeyEntry* typedEntry = static_cast<KeyEntry*>(mPendingEvent); in dispatchOnceInnerLocked()457 KeyEntry* keyEntry = static_cast<KeyEntry*>(entry); in enqueueInboundEventLocked()600 bool InputDispatcher::isAppSwitchKeyEventLocked(KeyEntry* keyEntry) { in isAppSwitchKeyEventLocked()692 InputDispatcher::KeyEntry* InputDispatcher::synthesizeKeyRepeatLocked(nsecs_t currentTime) { in synthesizeKeyRepeatLocked()693 KeyEntry* entry = mKeyRepeatState.lastKeyEntry; in synthesizeKeyRepeatLocked()704 KeyEntry* newEntry = new KeyEntry(currentTime, in synthesizeKeyRepeatLocked()754 bool InputDispatcher::dispatchKeyLocked(nsecs_t currentTime, KeyEntry* entry, in dispatchKeyLocked()794 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()[all …]