Searched defs:Motion (Results 1 – 1 of 1) sorted by relevance
115 struct Motion { struct116 int32_t eventId;117 uint32_t pointerCount;118 nsecs_t eventTime __attribute__((aligned(8)));119 int32_t deviceId;120 int32_t source;121 int32_t displayId;122 std::array<uint8_t, 32> hmac;123 int32_t action;124 int32_t actionButton;[all …]