Lines Matching defs:Key
63 struct Key { struct
64 uint32_t seq;
65 nsecs_t eventTime __attribute__((aligned(8)));
66 int32_t deviceId;
67 int32_t source;
68 int32_t action;
69 int32_t flags;
70 int32_t keyCode;
71 int32_t scanCode;
72 int32_t metaState;
73 int32_t repeatCount;
74 nsecs_t downTime __attribute__((aligned(8)));
76 inline size_t size() const { in size()