Lines Matching refs:AInputEvent
135 struct AInputEvent;
136 typedef struct AInputEvent AInputEvent; typedef
462 int32_t AInputEvent_getType(const AInputEvent* event);
474 int32_t AInputEvent_getDeviceId(const AInputEvent* event);
477 int32_t AInputEvent_getSource(const AInputEvent* event);
482 int32_t AKeyEvent_getAction(const AInputEvent* key_event);
485 int32_t AKeyEvent_getFlags(const AInputEvent* key_event);
489 int32_t AKeyEvent_getKeyCode(const AInputEvent* key_event);
493 int32_t AKeyEvent_getScanCode(const AInputEvent* key_event);
496 int32_t AKeyEvent_getMetaState(const AInputEvent* key_event);
502 int32_t AKeyEvent_getRepeatCount(const AInputEvent* key_event);
509 int64_t AKeyEvent_getDownTime(const AInputEvent* key_event);
513 int64_t AKeyEvent_getEventTime(const AInputEvent* key_event);
518 int32_t AMotionEvent_getAction(const AInputEvent* motion_event);
521 int32_t AMotionEvent_getFlags(const AInputEvent* motion_event);
525 int32_t AMotionEvent_getMetaState(const AInputEvent* motion_event);
530 int32_t AMotionEvent_getEdgeFlags(const AInputEvent* motion_event);
534 int64_t AMotionEvent_getDownTime(const AInputEvent* motion_event);
538 int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
544 float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__;
550 float AMotionEvent_getYOffset(const AInputEvent* motion_event) __NDK_FPABI__;
555 float AMotionEvent_getXPrecision(const AInputEvent* motion_event) __NDK_FPABI__;
560 float AMotionEvent_getYPrecision(const AInputEvent* motion_event) __NDK_FPABI__;
564 size_t AMotionEvent_getPointerCount(const AInputEvent* motion_event);
570 int32_t AMotionEvent_getPointerId(const AInputEvent* motion_event, size_t pointer_index);
576 float AMotionEvent_getRawX(const AInputEvent* motion_event, size_t pointer_index) __NDK_FPABI__;
582 float AMotionEvent_getRawY(const AInputEvent* motion_event, size_t pointer_index) __NDK_FPABI__;
587 float AMotionEvent_getX(const AInputEvent* motion_event, size_t pointer_index) __NDK_FPABI__;
592 float AMotionEvent_getY(const AInputEvent* motion_event, size_t pointer_index) __NDK_FPABI__;
598 float AMotionEvent_getPressure(const AInputEvent* motion_event, size_t pointer_index) __NDK_FPABI__;
606 float AMotionEvent_getSize(const AInputEvent* motion_event, size_t pointer_index) __NDK_FPABI__;
610 float AMotionEvent_getTouchMajor(const AInputEvent* motion_event, size_t pointer_index) __NDK_FPABI…
614 float AMotionEvent_getTouchMinor(const AInputEvent* motion_event, size_t pointer_index) __NDK_FPABI…
620 float AMotionEvent_getToolMajor(const AInputEvent* motion_event, size_t pointer_index) __NDK_FPABI_…
626 float AMotionEvent_getToolMinor(const AInputEvent* motion_event, size_t pointer_index) __NDK_FPABI_…
636 float AMotionEvent_getOrientation(const AInputEvent* motion_event, size_t pointer_index) __NDK_FPAB…
639 float AMotionEvent_getAxisValue(const AInputEvent* motion_event,
646 size_t AMotionEvent_getHistorySize(const AInputEvent* motion_event);
650 int64_t AMotionEvent_getHistoricalEventTime(const AInputEvent* motion_event,
660 float AMotionEvent_getHistoricalRawX(const AInputEvent* motion_event, size_t pointer_index,
670 float AMotionEvent_getHistoricalRawY(const AInputEvent* motion_event, size_t pointer_index,
677 float AMotionEvent_getHistoricalX(const AInputEvent* motion_event, size_t pointer_index,
684 float AMotionEvent_getHistoricalY(const AInputEvent* motion_event, size_t pointer_index,
692 float AMotionEvent_getHistoricalPressure(const AInputEvent* motion_event, size_t pointer_index,
702 float AMotionEvent_getHistoricalSize(const AInputEvent* motion_event, size_t pointer_index,
708 float AMotionEvent_getHistoricalTouchMajor(const AInputEvent* motion_event, size_t pointer_index,
714 float AMotionEvent_getHistoricalTouchMinor(const AInputEvent* motion_event, size_t pointer_index,
722 float AMotionEvent_getHistoricalToolMajor(const AInputEvent* motion_event, size_t pointer_index,
730 float AMotionEvent_getHistoricalToolMinor(const AInputEvent* motion_event, size_t pointer_index,
742 float AMotionEvent_getHistoricalOrientation(const AInputEvent* motion_event, size_t pointer_index,
747 float AMotionEvent_getHistoricalAxisValue(const AInputEvent* motion_event,
783 int32_t AInputQueue_getEvent(AInputQueue* queue, AInputEvent** outEvent);
793 int32_t AInputQueue_preDispatchEvent(AInputQueue* queue, AInputEvent* event);
799 void AInputQueue_finishEvent(AInputQueue* queue, AInputEvent* event, int handled);