Lines Matching defs:Key
75 struct Key { struct
76 uint32_t seq;
77 uint32_t empty1;
78 nsecs_t eventTime __attribute__((aligned(8)));
79 int32_t deviceId;
80 int32_t source;
81 int32_t displayId;
82 int32_t action;
83 int32_t flags;
84 int32_t keyCode;
85 int32_t scanCode;
86 int32_t metaState;
87 int32_t repeatCount;
88 uint32_t empty2;
89 nsecs_t downTime __attribute__((aligned(8)));
91 inline size_t size() const { in size()