Lines Matching refs:AInputEvent
144 struct AInputEvent;
151 typedef struct AInputEvent AInputEvent; typedef
912 int32_t AInputEvent_getType(const AInputEvent* event);
924 int32_t AInputEvent_getDeviceId(const AInputEvent* event);
927 int32_t AInputEvent_getSource(const AInputEvent* event);
932 int32_t AKeyEvent_getAction(const AInputEvent* key_event);
935 int32_t AKeyEvent_getFlags(const AInputEvent* key_event);
941 int32_t AKeyEvent_getKeyCode(const AInputEvent* key_event);
947 int32_t AKeyEvent_getScanCode(const AInputEvent* key_event);
950 int32_t AKeyEvent_getMetaState(const AInputEvent* key_event);
958 int32_t AKeyEvent_getRepeatCount(const AInputEvent* key_event);
967 int64_t AKeyEvent_getDownTime(const AInputEvent* key_event);
973 int64_t AKeyEvent_getEventTime(const AInputEvent* key_event);
978 int32_t AMotionEvent_getAction(const AInputEvent* motion_event);
981 int32_t AMotionEvent_getFlags(const AInputEvent* motion_event);
987 int32_t AMotionEvent_getMetaState(const AInputEvent* motion_event);
990 int32_t AMotionEvent_getButtonState(const AInputEvent* motion_event);
997 int32_t AMotionEvent_getEdgeFlags(const AInputEvent* motion_event);
1003 int64_t AMotionEvent_getDownTime(const AInputEvent* motion_event);
1009 int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
1017 float AMotionEvent_getXOffset(const AInputEvent* motion_event);
1025 float AMotionEvent_getYOffset(const AInputEvent* motion_event);
1032 float AMotionEvent_getXPrecision(const AInputEvent* motion_event);
1039 float AMotionEvent_getYPrecision(const AInputEvent* motion_event);
1045 size_t AMotionEvent_getPointerCount(const AInputEvent* motion_event);
1053 int32_t AMotionEvent_getPointerId(const AInputEvent* motion_event, size_t pointer_index);
1060 int32_t AMotionEvent_getToolType(const AInputEvent* motion_event, size_t pointer_index);
1068 float AMotionEvent_getRawX(const AInputEvent* motion_event, size_t pointer_index);
1076 float AMotionEvent_getRawY(const AInputEvent* motion_event, size_t pointer_index);
1083 float AMotionEvent_getX(const AInputEvent* motion_event, size_t pointer_index);
1090 float AMotionEvent_getY(const AInputEvent* motion_event, size_t pointer_index);
1098 float AMotionEvent_getPressure(const AInputEvent* motion_event, size_t pointer_index);
1108 float AMotionEvent_getSize(const AInputEvent* motion_event, size_t pointer_index);
1114 float AMotionEvent_getTouchMajor(const AInputEvent* motion_event, size_t pointer_index);
1120 float AMotionEvent_getTouchMinor(const AInputEvent* motion_event, size_t pointer_index);
1128 float AMotionEvent_getToolMajor(const AInputEvent* motion_event, size_t pointer_index);
1136 float AMotionEvent_getToolMinor(const AInputEvent* motion_event, size_t pointer_index);
1148 float AMotionEvent_getOrientation(const AInputEvent* motion_event, size_t pointer_index);
1151 float AMotionEvent_getAxisValue(const AInputEvent* motion_event,
1160 size_t AMotionEvent_getHistorySize(const AInputEvent* motion_event);
1166 int64_t AMotionEvent_getHistoricalEventTime(const AInputEvent* motion_event,
1178 float AMotionEvent_getHistoricalRawX(const AInputEvent* motion_event, size_t pointer_index,
1190 float AMotionEvent_getHistoricalRawY(const AInputEvent* motion_event, size_t pointer_index,
1199 float AMotionEvent_getHistoricalX(const AInputEvent* motion_event, size_t pointer_index,
1208 float AMotionEvent_getHistoricalY(const AInputEvent* motion_event, size_t pointer_index,
1218 float AMotionEvent_getHistoricalPressure(const AInputEvent* motion_event, size_t pointer_index,
1230 float AMotionEvent_getHistoricalSize(const AInputEvent* motion_event, size_t pointer_index,
1238 float AMotionEvent_getHistoricalTouchMajor(const AInputEvent* motion_event, size_t pointer_index,
1246 float AMotionEvent_getHistoricalTouchMinor(const AInputEvent* motion_event, size_t pointer_index,
1256 float AMotionEvent_getHistoricalToolMajor(const AInputEvent* motion_event, size_t pointer_index,
1266 float AMotionEvent_getHistoricalToolMinor(const AInputEvent* motion_event, size_t pointer_index,
1280 float AMotionEvent_getHistoricalOrientation(const AInputEvent* motion_event, size_t pointer_index,
1287 float AMotionEvent_getHistoricalAxisValue(const AInputEvent* motion_event,
1323 int32_t AInputQueue_getEvent(AInputQueue* queue, AInputEvent** outEvent);
1333 int32_t AInputQueue_preDispatchEvent(AInputQueue* queue, AInputEvent* event);
1339 void AInputQueue_finishEvent(AInputQueue* queue, AInputEvent* event, int handled);