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

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp355 KeyEntry* typedEntry = static_cast<KeyEntry*>(mPendingEvent);
418 KeyEntry* keyEntry = static_cast<KeyEntry*>(entry);
561 bool InputDispatcher::isAppSwitchKeyEventLocked(KeyEntry* keyEntry) {
653 InputDispatcher::KeyEntry* InputDispatcher::synthesizeKeyRepeatLocked(nsecs_t currentTime) {
654 KeyEntry* entry = mKeyRepeatState.lastKeyEntry;
665 KeyEntry* newEntry = new KeyEntry(currentTime,
714 bool InputDispatcher::dispatchKeyLocked(nsecs_t currentTime, KeyEntry* entr
3931 InputDispatcher::KeyEntry::KeyEntry(nsecs_t eventTime, function in class:android::InputDispatcher::KeyEntry
[all...]
H A DInputDispatcher.h475 struct KeyEntry : EventEntry { struct in class:android::InputDispatcher
497 KeyEntry(nsecs_t eventTime,
505 virtual ~KeyEntry();
602 KeyEntry* keyEntry;
722 bool trackKey(const KeyEntry* entry, int32_t action, int32_t flags);
787 ssize_t findKeyMemento(const KeyEntry* entry) const;
790 void addKeyMemento(const KeyEntry* entry, int32_t flags);
884 bool isAppSwitchKeyEventLocked(KeyEntry* keyEntry);
916 KeyEntry* lastKeyEntry; // or null if no repeat
921 KeyEntry* synthesizeKeyRepeatLocke
[all...]

Completed in 351 milliseconds