Lines Matching refs:KeyEntry
525 struct KeyEntry : EventEntry { struct
548 KeyEntry(uint32_t sequenceNum, nsecs_t eventTime, argument
556 virtual ~KeyEntry();
657 KeyEntry* keyEntry;
781 bool trackKey(const KeyEntry* entry, int32_t action, int32_t flags);
847 ssize_t findKeyMemento(const KeyEntry* entry) const;
850 void addKeyMemento(const KeyEntry* entry, int32_t flags);
947 bool isAppSwitchKeyEvent(KeyEntry* keyEntry);
1001 KeyEntry* lastKeyEntry; // or null if no repeat
1006 KeyEntry* synthesizeKeyRepeatLocked(nsecs_t currentTime) REQUIRES(mLock);
1124 nsecs_t currentTime, KeyEntry* entry,
1132 void logOutboundKeyDetails(const char* prefix, const KeyEntry* entry);
1273 DispatchEntry* dispatchEntry, KeyEntry* keyEntry, bool handled) REQUIRES(mLock);
1277 void initializeKeyEvent(KeyEvent* event, const KeyEntry* entry);