Lines Matching refs:int32_t
74 int32_t deviceId;
75 int32_t source;
76 int32_t displayId;
77 int32_t action;
78 int32_t flags;
79 int32_t keyCode;
80 int32_t scanCode;
81 int32_t metaState;
82 int32_t repeatCount;
95 int32_t deviceId;
96 int32_t source;
97 int32_t displayId;
98 int32_t action;
99 int32_t actionButton;
100 int32_t flags;
101 int32_t metaState;
102 int32_t buttonState;
103 int32_t edgeFlags;
118 int32_t getActionId() const { in getActionId()
227 int32_t deviceId,
228 int32_t source,
229 int32_t action,
230 int32_t flags,
231 int32_t keyCode,
232 int32_t scanCode,
233 int32_t metaState,
234 int32_t repeatCount,
248 int32_t deviceId,
249 int32_t source,
250 int32_t displayId,
251 int32_t action,
252 int32_t actionButton,
253 int32_t flags,
254 int32_t edgeFlags,
255 int32_t metaState,
256 int32_t buttonState,
322 nsecs_t frameTime, uint32_t* outSeq, InputEvent** outEvent, int32_t* displayId);
383 int32_t idToIndex[MAX_POINTER_ID + 1];
406 int32_t deviceId;
407 int32_t source;
413 void initialize(int32_t deviceId, int32_t source) { in initialize()
465 nsecs_t frameTime, uint32_t* outSeq, InputEvent** outEvent, int32_t* displayId);
468 int32_t* displayId);
475 ssize_t findBatch(int32_t deviceId, int32_t source) const;
476 ssize_t findTouchState(int32_t deviceId, int32_t source) const;
485 static bool shouldResampleTool(int32_t toolType);