Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DEntry.h123 struct KeyEntry : EventEntry { struct
146 KeyEntry(int32_t id, nsecs_t eventTime, int32_t deviceId, uint32_t source, int32_t displayId, argument
DEntry.cpp133 KeyEntry::KeyEntry(int32_t id, nsecs_t eventTime, int32_t deviceId, uint32_t source, in KeyEntry() function in android::inputdispatcher::KeyEntry