Searched defs:EventEntry (Results 1 – 5 of 5) sorted by relevance
32 struct EventEntry { struct33 enum class Type {44 int32_t id;45 Type type;46 nsecs_t eventTime;47 uint32_t policyFlags;71 EventEntry(int32_t id, Type type, nsecs_t eventTime, uint32_t policyFlags); argument
60 EventEntry::EventEntry(int32_t id, Type type, nsecs_t eventTime, uint32_t policyFlags) in EventEntry() function in android::inputdispatcher::EventEntry
79 struct EventEntry { struct80 EventType type;81 int arg;164 using EventEntry = TestSystemCallback::EventEntry; variable
96 struct EventEntry { struct97 EventType type;98 int arg;
132 private static class EventEntry { class in EventLogArray