Searched defs:KeyEntry (Results 1 – 2 of 2) sorted by relevance
120 struct KeyEntry : EventEntry { struct121 int32_t deviceId;122 uint32_t source;146 KeyEntry(int32_t id, std::shared_ptr<InjectionState> injectionState, nsecs_t eventTime, argument
134 KeyEntry::KeyEntry(int32_t id, std::shared_ptr<InjectionState> injectionState, nsecs_t eventTime, in KeyEntry() function in android::inputdispatcher::KeyEntry