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

/frameworks/base/services/input/
H A DInputDispatcher.h469 struct KeyEntry : EventEntry { struct in class:android::InputDispatcher
491 KeyEntry(nsecs_t eventTime,
499 virtual ~KeyEntry();
594 KeyEntry* keyEntry;
706 bool trackKey(const KeyEntry* entry, int32_t action, int32_t flags);
771 ssize_t findKeyMemento(const KeyEntry* entry) const;
774 void addKeyMemento(const KeyEntry* entry, int32_t flags);
862 bool isAppSwitchKeyEventLocked(KeyEntry* keyEntry);
894 KeyEntry* lastKeyEntry; // or null if no repeat
899 KeyEntry* synthesizeKeyRepeatLocke
[all...]
H A DInputDispatcher.cpp346 KeyEntry* typedEntry = static_cast<KeyEntry*>(mPendingEvent);
408 KeyEntry* keyEntry = static_cast<KeyEntry*>(entry);
544 bool InputDispatcher::isAppSwitchKeyEventLocked(KeyEntry* keyEntry) {
635 InputDispatcher::KeyEntry* InputDispatcher::synthesizeKeyRepeatLocked(nsecs_t currentTime) {
636 KeyEntry* entry = mKeyRepeatState.lastKeyEntry;
647 KeyEntry* newEntry = new KeyEntry(currentTime,
696 bool InputDispatcher::dispatchKeyLocked(nsecs_t currentTime, KeyEntry* entr
3831 InputDispatcher::KeyEntry::KeyEntry(nsecs_t eventTime, function in class:android::InputDispatcher::KeyEntry
[all...]

Completed in 29 milliseconds