Lines Matching refs:AInputEvent

138 struct AInputEvent;
145 typedef struct AInputEvent AInputEvent; typedef
904 int32_t AInputEvent_getType(const AInputEvent* event);
916 int32_t AInputEvent_getDeviceId(const AInputEvent* event);
919 int32_t AInputEvent_getSource(const AInputEvent* event);
924 int32_t AKeyEvent_getAction(const AInputEvent* key_event);
927 int32_t AKeyEvent_getFlags(const AInputEvent* key_event);
933 int32_t AKeyEvent_getKeyCode(const AInputEvent* key_event);
939 int32_t AKeyEvent_getScanCode(const AInputEvent* key_event);
942 int32_t AKeyEvent_getMetaState(const AInputEvent* key_event);
950 int32_t AKeyEvent_getRepeatCount(const AInputEvent* key_event);
959 int64_t AKeyEvent_getDownTime(const AInputEvent* key_event);
965 int64_t AKeyEvent_getEventTime(const AInputEvent* key_event);
970 int32_t AMotionEvent_getAction(const AInputEvent* motion_event);
973 int32_t AMotionEvent_getFlags(const AInputEvent* motion_event);
979 int32_t AMotionEvent_getMetaState(const AInputEvent* motion_event);
982 int32_t AMotionEvent_getButtonState(const AInputEvent* motion_event);
989 int32_t AMotionEvent_getEdgeFlags(const AInputEvent* motion_event);
995 int64_t AMotionEvent_getDownTime(const AInputEvent* motion_event);
1001 int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
1009 float AMotionEvent_getXOffset(const AInputEvent* motion_event);
1017 float AMotionEvent_getYOffset(const AInputEvent* motion_event);
1024 float AMotionEvent_getXPrecision(const AInputEvent* motion_event);
1031 float AMotionEvent_getYPrecision(const AInputEvent* motion_event);
1037 size_t AMotionEvent_getPointerCount(const AInputEvent* motion_event);
1045 int32_t AMotionEvent_getPointerId(const AInputEvent* motion_event, size_t pointer_index);
1052 int32_t AMotionEvent_getToolType(const AInputEvent* motion_event, size_t pointer_index);
1060 float AMotionEvent_getRawX(const AInputEvent* motion_event, size_t pointer_index);
1068 float AMotionEvent_getRawY(const AInputEvent* motion_event, size_t pointer_index);
1075 float AMotionEvent_getX(const AInputEvent* motion_event, size_t pointer_index);
1082 float AMotionEvent_getY(const AInputEvent* motion_event, size_t pointer_index);
1090 float AMotionEvent_getPressure(const AInputEvent* motion_event, size_t pointer_index);
1100 float AMotionEvent_getSize(const AInputEvent* motion_event, size_t pointer_index);
1106 float AMotionEvent_getTouchMajor(const AInputEvent* motion_event, size_t pointer_index);
1112 float AMotionEvent_getTouchMinor(const AInputEvent* motion_event, size_t pointer_index);
1120 float AMotionEvent_getToolMajor(const AInputEvent* motion_event, size_t pointer_index);
1128 float AMotionEvent_getToolMinor(const AInputEvent* motion_event, size_t pointer_index);
1140 float AMotionEvent_getOrientation(const AInputEvent* motion_event, size_t pointer_index);
1143 float AMotionEvent_getAxisValue(const AInputEvent* motion_event,
1152 size_t AMotionEvent_getHistorySize(const AInputEvent* motion_event);
1158 int64_t AMotionEvent_getHistoricalEventTime(const AInputEvent* motion_event,
1170 float AMotionEvent_getHistoricalRawX(const AInputEvent* motion_event, size_t pointer_index,
1182 float AMotionEvent_getHistoricalRawY(const AInputEvent* motion_event, size_t pointer_index,
1191 float AMotionEvent_getHistoricalX(const AInputEvent* motion_event, size_t pointer_index,
1200 float AMotionEvent_getHistoricalY(const AInputEvent* motion_event, size_t pointer_index,
1210 float AMotionEvent_getHistoricalPressure(const AInputEvent* motion_event, size_t pointer_index,
1222 float AMotionEvent_getHistoricalSize(const AInputEvent* motion_event, size_t pointer_index,
1230 float AMotionEvent_getHistoricalTouchMajor(const AInputEvent* motion_event, size_t pointer_index,
1238 float AMotionEvent_getHistoricalTouchMinor(const AInputEvent* motion_event, size_t pointer_index,
1248 float AMotionEvent_getHistoricalToolMajor(const AInputEvent* motion_event, size_t pointer_index,
1258 float AMotionEvent_getHistoricalToolMinor(const AInputEvent* motion_event, size_t pointer_index,
1272 float AMotionEvent_getHistoricalOrientation(const AInputEvent* motion_event, size_t pointer_index,
1279 float AMotionEvent_getHistoricalAxisValue(const AInputEvent* motion_event,
1315 int32_t AInputQueue_getEvent(AInputQueue* queue, AInputEvent** outEvent);
1325 int32_t AInputQueue_preDispatchEvent(AInputQueue* queue, AInputEvent* event);
1331 void AInputQueue_finishEvent(AInputQueue* queue, AInputEvent* event, int handled);