Searched refs:KeyEntry (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputDispatcher.h469 struct KeyEntry : EventEntry { struct in class:android::InputDispatcher
491 KeyEntry(nsecs_t eventTime,
499 virtual ~KeyEntry();
595 KeyEntry* keyEntry;
708 bool trackKey(const KeyEntry* entry, int32_t action, int32_t flags);
773 ssize_t findKeyMemento(const KeyEntry* entry) const;
776 void addKeyMemento(const KeyEntry* entry, int32_t flags);
868 bool isAppSwitchKeyEventLocked(KeyEntry* keyEntry);
900 KeyEntry* lastKeyEntry; // or null if no repeat
905 KeyEntry* synthesizeKeyRepeatLocke
[all...]
H A DInputDispatcher.cpp351 KeyEntry* typedEntry = static_cast<KeyEntry*>(mPendingEvent);
413 KeyEntry* keyEntry = static_cast<KeyEntry*>(entry);
554 bool InputDispatcher::isAppSwitchKeyEventLocked(KeyEntry* keyEntry) {
646 InputDispatcher::KeyEntry* InputDispatcher::synthesizeKeyRepeatLocked(nsecs_t currentTime) {
647 KeyEntry* entry = mKeyRepeatState.lastKeyEntry;
658 KeyEntry* newEntry = new KeyEntry(currentTime,
707 bool InputDispatcher::dispatchKeyLocked(nsecs_t currentTime, KeyEntry* entr
3887 InputDispatcher::KeyEntry::KeyEntry(nsecs_t eventTime, function in class:android::InputDispatcher::KeyEntry
[all...]

Completed in 32 milliseconds