Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DEntry.h120 struct KeyEntry : EventEntry { struct
121 int32_t deviceId;
122 uint32_t source;
146 KeyEntry(int32_t id, std::shared_ptr<InjectionState> injectionState, nsecs_t eventTime, argument
DEntry.cpp134 KeyEntry::KeyEntry(int32_t id, std::shared_ptr<InjectionState> injectionState, nsecs_t eventTime, in KeyEntry() function in android::inputdispatcher::KeyEntry