Lines Matching refs:AInputEvent

144 struct AInputEvent;
151 typedef struct AInputEvent AInputEvent; typedef
917 int32_t AInputEvent_getType(const AInputEvent* event);
929 int32_t AInputEvent_getDeviceId(const AInputEvent* event);
932 int32_t AInputEvent_getSource(const AInputEvent* event);
937 int32_t AKeyEvent_getAction(const AInputEvent* key_event);
940 int32_t AKeyEvent_getFlags(const AInputEvent* key_event);
946 int32_t AKeyEvent_getKeyCode(const AInputEvent* key_event);
952 int32_t AKeyEvent_getScanCode(const AInputEvent* key_event);
955 int32_t AKeyEvent_getMetaState(const AInputEvent* key_event);
963 int32_t AKeyEvent_getRepeatCount(const AInputEvent* key_event);
972 int64_t AKeyEvent_getDownTime(const AInputEvent* key_event);
978 int64_t AKeyEvent_getEventTime(const AInputEvent* key_event);
983 int32_t AMotionEvent_getAction(const AInputEvent* motion_event);
986 int32_t AMotionEvent_getFlags(const AInputEvent* motion_event);
992 int32_t AMotionEvent_getMetaState(const AInputEvent* motion_event);
995 int32_t AMotionEvent_getButtonState(const AInputEvent* motion_event);
1002 int32_t AMotionEvent_getEdgeFlags(const AInputEvent* motion_event);
1008 int64_t AMotionEvent_getDownTime(const AInputEvent* motion_event);
1014 int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
1022 float AMotionEvent_getXOffset(const AInputEvent* motion_event);
1030 float AMotionEvent_getYOffset(const AInputEvent* motion_event);
1037 float AMotionEvent_getXPrecision(const AInputEvent* motion_event);
1044 float AMotionEvent_getYPrecision(const AInputEvent* motion_event);
1050 size_t AMotionEvent_getPointerCount(const AInputEvent* motion_event);
1058 int32_t AMotionEvent_getPointerId(const AInputEvent* motion_event, size_t pointer_index);
1065 int32_t AMotionEvent_getToolType(const AInputEvent* motion_event, size_t pointer_index);
1073 float AMotionEvent_getRawX(const AInputEvent* motion_event, size_t pointer_index);
1081 float AMotionEvent_getRawY(const AInputEvent* motion_event, size_t pointer_index);
1088 float AMotionEvent_getX(const AInputEvent* motion_event, size_t pointer_index);
1095 float AMotionEvent_getY(const AInputEvent* motion_event, size_t pointer_index);
1103 float AMotionEvent_getPressure(const AInputEvent* motion_event, size_t pointer_index);
1113 float AMotionEvent_getSize(const AInputEvent* motion_event, size_t pointer_index);
1119 float AMotionEvent_getTouchMajor(const AInputEvent* motion_event, size_t pointer_index);
1125 float AMotionEvent_getTouchMinor(const AInputEvent* motion_event, size_t pointer_index);
1133 float AMotionEvent_getToolMajor(const AInputEvent* motion_event, size_t pointer_index);
1141 float AMotionEvent_getToolMinor(const AInputEvent* motion_event, size_t pointer_index);
1153 float AMotionEvent_getOrientation(const AInputEvent* motion_event, size_t pointer_index);
1156 float AMotionEvent_getAxisValue(const AInputEvent* motion_event,
1165 size_t AMotionEvent_getHistorySize(const AInputEvent* motion_event);
1171 int64_t AMotionEvent_getHistoricalEventTime(const AInputEvent* motion_event,
1183 float AMotionEvent_getHistoricalRawX(const AInputEvent* motion_event, size_t pointer_index,
1195 float AMotionEvent_getHistoricalRawY(const AInputEvent* motion_event, size_t pointer_index,
1204 float AMotionEvent_getHistoricalX(const AInputEvent* motion_event, size_t pointer_index,
1213 float AMotionEvent_getHistoricalY(const AInputEvent* motion_event, size_t pointer_index,
1223 float AMotionEvent_getHistoricalPressure(const AInputEvent* motion_event, size_t pointer_index,
1235 float AMotionEvent_getHistoricalSize(const AInputEvent* motion_event, size_t pointer_index,
1243 float AMotionEvent_getHistoricalTouchMajor(const AInputEvent* motion_event, size_t pointer_index,
1251 float AMotionEvent_getHistoricalTouchMinor(const AInputEvent* motion_event, size_t pointer_index,
1261 float AMotionEvent_getHistoricalToolMajor(const AInputEvent* motion_event, size_t pointer_index,
1271 float AMotionEvent_getHistoricalToolMinor(const AInputEvent* motion_event, size_t pointer_index,
1285 float AMotionEvent_getHistoricalOrientation(const AInputEvent* motion_event, size_t pointer_index,
1292 float AMotionEvent_getHistoricalAxisValue(const AInputEvent* motion_event,
1328 int32_t AInputQueue_getEvent(AInputQueue* queue, AInputEvent** outEvent);
1338 int32_t AInputQueue_preDispatchEvent(AInputQueue* queue, AInputEvent* event);
1344 void AInputQueue_finishEvent(AInputQueue* queue, AInputEvent* event, int handled);