Lines Matching defs:Motion
81 struct Motion { struct
82 uint32_t seq;
83 nsecs_t eventTime __attribute__((aligned(8)));
84 int32_t deviceId;
85 int32_t source;
86 int32_t action;
87 int32_t flags;
88 int32_t metaState;
89 int32_t buttonState;
90 int32_t edgeFlags;
91 nsecs_t downTime __attribute__((aligned(8)));
92 float xOffset;
93 float yOffset;
94 float xPrecision;
95 float yPrecision;
96 uint32_t pointerCount;
98 struct Pointer{
101 } pointers[MAX_POINTERS];
103 int32_t getActionId() const { in getActionId()
109 inline size_t size() const { in size()