Lines Matching refs:AInputEvent
39 int32_t AInputEvent_getType(const AInputEvent* event) { in AInputEvent_getType()
43 int32_t AInputEvent_getDeviceId(const AInputEvent* event) { in AInputEvent_getDeviceId()
47 int32_t AInputEvent_getSource(const AInputEvent* event) { in AInputEvent_getSource()
51 int32_t AKeyEvent_getAction(const AInputEvent* key_event) { in AKeyEvent_getAction()
55 int32_t AKeyEvent_getFlags(const AInputEvent* key_event) { in AKeyEvent_getFlags()
59 int32_t AKeyEvent_getKeyCode(const AInputEvent* key_event) { in AKeyEvent_getKeyCode()
63 int32_t AKeyEvent_getScanCode(const AInputEvent* key_event) { in AKeyEvent_getScanCode()
67 int32_t AKeyEvent_getMetaState(const AInputEvent* key_event) { in AKeyEvent_getMetaState()
70 int32_t AKeyEvent_getRepeatCount(const AInputEvent* key_event) { in AKeyEvent_getRepeatCount()
74 int64_t AKeyEvent_getDownTime(const AInputEvent* key_event) { in AKeyEvent_getDownTime()
79 int64_t AKeyEvent_getEventTime(const AInputEvent* key_event) { in AKeyEvent_getEventTime()
83 int32_t AMotionEvent_getAction(const AInputEvent* motion_event) { in AMotionEvent_getAction()
87 int32_t AMotionEvent_getFlags(const AInputEvent* motion_event) { in AMotionEvent_getFlags()
91 int32_t AMotionEvent_getMetaState(const AInputEvent* motion_event) { in AMotionEvent_getMetaState()
95 int32_t AMotionEvent_getEdgeFlags(const AInputEvent* motion_event) { in AMotionEvent_getEdgeFlags()
99 int64_t AMotionEvent_getDownTime(const AInputEvent* motion_event) { in AMotionEvent_getDownTime()
103 int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event) { in AMotionEvent_getEventTime()
107 float AMotionEvent_getXOffset(const AInputEvent* motion_event) { in AMotionEvent_getXOffset()
111 float AMotionEvent_getYOffset(const AInputEvent* motion_event) { in AMotionEvent_getYOffset()
115 float AMotionEvent_getXPrecision(const AInputEvent* motion_event) { in AMotionEvent_getXPrecision()
119 float AMotionEvent_getYPrecision(const AInputEvent* motion_event) { in AMotionEvent_getYPrecision()
123 size_t AMotionEvent_getPointerCount(const AInputEvent* motion_event) { in AMotionEvent_getPointerCount()
127 int32_t AMotionEvent_getPointerId(const AInputEvent* motion_event, size_t pointer_index) { in AMotionEvent_getPointerId()
131 float AMotionEvent_getRawX(const AInputEvent* motion_event, size_t pointer_index) { in AMotionEvent_getRawX()
135 float AMotionEvent_getRawY(const AInputEvent* motion_event, size_t pointer_index) { in AMotionEvent_getRawY()
139 float AMotionEvent_getX(const AInputEvent* motion_event, size_t pointer_index) { in AMotionEvent_getX()
143 float AMotionEvent_getY(const AInputEvent* motion_event, size_t pointer_index) { in AMotionEvent_getY()
147 float AMotionEvent_getPressure(const AInputEvent* motion_event, size_t pointer_index) { in AMotionEvent_getPressure()
151 float AMotionEvent_getSize(const AInputEvent* motion_event, size_t pointer_index) { in AMotionEvent_getSize()
155 float AMotionEvent_getTouchMajor(const AInputEvent* motion_event, size_t pointer_index) { in AMotionEvent_getTouchMajor()
159 float AMotionEvent_getTouchMinor(const AInputEvent* motion_event, size_t pointer_index) { in AMotionEvent_getTouchMinor()
163 float AMotionEvent_getToolMajor(const AInputEvent* motion_event, size_t pointer_index) { in AMotionEvent_getToolMajor()
167 float AMotionEvent_getToolMinor(const AInputEvent* motion_event, size_t pointer_index) { in AMotionEvent_getToolMinor()
171 float AMotionEvent_getOrientation(const AInputEvent* motion_event, size_t pointer_index) { in AMotionEvent_getOrientation()
175 size_t AMotionEvent_getHistorySize(const AInputEvent* motion_event) { in AMotionEvent_getHistorySize()
179 int64_t AMotionEvent_getHistoricalEventTime(AInputEvent* motion_event, in AMotionEvent_getHistoricalEventTime()
185 float AMotionEvent_getHistoricalRawX(AInputEvent* motion_event, size_t pointer_index, in AMotionEvent_getHistoricalRawX()
191 float AMotionEvent_getHistoricalRawY(AInputEvent* motion_event, size_t pointer_index, in AMotionEvent_getHistoricalRawY()
197 float AMotionEvent_getHistoricalX(AInputEvent* motion_event, size_t pointer_index, in AMotionEvent_getHistoricalX()
203 float AMotionEvent_getHistoricalY(AInputEvent* motion_event, size_t pointer_index, in AMotionEvent_getHistoricalY()
209 float AMotionEvent_getHistoricalPressure(AInputEvent* motion_event, size_t pointer_index, in AMotionEvent_getHistoricalPressure()
215 float AMotionEvent_getHistoricalSize(AInputEvent* motion_event, size_t pointer_index, in AMotionEvent_getHistoricalSize()
221 float AMotionEvent_getHistoricalTouchMajor(AInputEvent* motion_event, size_t pointer_index, in AMotionEvent_getHistoricalTouchMajor()
227 float AMotionEvent_getHistoricalTouchMinor(AInputEvent* motion_event, size_t pointer_index, in AMotionEvent_getHistoricalTouchMinor()
233 float AMotionEvent_getHistoricalToolMajor(AInputEvent* motion_event, size_t pointer_index, in AMotionEvent_getHistoricalToolMajor()
239 float AMotionEvent_getHistoricalToolMinor(AInputEvent* motion_event, size_t pointer_index, in AMotionEvent_getHistoricalToolMinor()
245 float AMotionEvent_getHistoricalOrientation(AInputEvent* motion_event, size_t pointer_index, in AMotionEvent_getHistoricalOrientation()
265 int32_t AInputQueue_getEvent(AInputQueue* queue, AInputEvent** outEvent) { in AInputQueue_getEvent()
269 int32_t AInputQueue_preDispatchEvent(AInputQueue* queue, AInputEvent* event) { in AInputQueue_preDispatchEvent()
273 void AInputQueue_finishEvent(AInputQueue* queue, AInputEvent* event, int handled) { in AInputQueue_finishEvent()