Lines Matching refs:AInputEvent
41 int32_t AInputEvent_getType(const AInputEvent* event) { in AInputEvent_getType()
45 int32_t AInputEvent_getDeviceId(const AInputEvent* event) { in AInputEvent_getDeviceId()
49 int32_t AInputEvent_getSource(const AInputEvent* event) { in AInputEvent_getSource()
53 int32_t AKeyEvent_getAction(const AInputEvent* key_event) { in AKeyEvent_getAction()
57 int32_t AKeyEvent_getFlags(const AInputEvent* key_event) { in AKeyEvent_getFlags()
61 int32_t AKeyEvent_getKeyCode(const AInputEvent* key_event) { in AKeyEvent_getKeyCode()
65 int32_t AKeyEvent_getScanCode(const AInputEvent* key_event) { in AKeyEvent_getScanCode()
69 int32_t AKeyEvent_getMetaState(const AInputEvent* key_event) { in AKeyEvent_getMetaState()
72 int32_t AKeyEvent_getRepeatCount(const AInputEvent* key_event) { in AKeyEvent_getRepeatCount()
76 int64_t AKeyEvent_getDownTime(const AInputEvent* key_event) { in AKeyEvent_getDownTime()
81 int64_t AKeyEvent_getEventTime(const AInputEvent* key_event) { in AKeyEvent_getEventTime()
85 int32_t AMotionEvent_getAction(const AInputEvent* motion_event) { in AMotionEvent_getAction()
89 int32_t AMotionEvent_getFlags(const AInputEvent* motion_event) { in AMotionEvent_getFlags()
93 int32_t AMotionEvent_getMetaState(const AInputEvent* motion_event) { in AMotionEvent_getMetaState()
97 int32_t AMotionEvent_getButtonState(const AInputEvent* motion_event) { in AMotionEvent_getButtonState()
101 int32_t AMotionEvent_getEdgeFlags(const AInputEvent* motion_event) { in AMotionEvent_getEdgeFlags()
105 int64_t AMotionEvent_getDownTime(const AInputEvent* motion_event) { in AMotionEvent_getDownTime()
109 int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event) { in AMotionEvent_getEventTime()
113 float AMotionEvent_getXOffset(const AInputEvent* motion_event) { in AMotionEvent_getXOffset()
117 float AMotionEvent_getYOffset(const AInputEvent* motion_event) { in AMotionEvent_getYOffset()
121 float AMotionEvent_getXPrecision(const AInputEvent* motion_event) { in AMotionEvent_getXPrecision()
125 float AMotionEvent_getYPrecision(const AInputEvent* motion_event) { in AMotionEvent_getYPrecision()
129 size_t AMotionEvent_getPointerCount(const AInputEvent* motion_event) { in AMotionEvent_getPointerCount()
133 int32_t AMotionEvent_getPointerId(const AInputEvent* motion_event, size_t pointer_index) { in AMotionEvent_getPointerId()
137 int32_t AMotionEvent_getToolType(const AInputEvent* motion_event, size_t pointer_index) { in AMotionEvent_getToolType()
141 float AMotionEvent_getRawX(const AInputEvent* motion_event, size_t pointer_index) { in AMotionEvent_getRawX()
145 float AMotionEvent_getRawY(const AInputEvent* motion_event, size_t pointer_index) { in AMotionEvent_getRawY()
149 float AMotionEvent_getX(const AInputEvent* motion_event, size_t pointer_index) { in AMotionEvent_getX()
153 float AMotionEvent_getY(const AInputEvent* motion_event, size_t pointer_index) { in AMotionEvent_getY()
157 float AMotionEvent_getPressure(const AInputEvent* motion_event, size_t pointer_index) { in AMotionEvent_getPressure()
161 float AMotionEvent_getSize(const AInputEvent* motion_event, size_t pointer_index) { in AMotionEvent_getSize()
165 float AMotionEvent_getTouchMajor(const AInputEvent* motion_event, size_t pointer_index) { in AMotionEvent_getTouchMajor()
169 float AMotionEvent_getTouchMinor(const AInputEvent* motion_event, size_t pointer_index) { in AMotionEvent_getTouchMinor()
173 float AMotionEvent_getToolMajor(const AInputEvent* motion_event, size_t pointer_index) { in AMotionEvent_getToolMajor()
177 float AMotionEvent_getToolMinor(const AInputEvent* motion_event, size_t pointer_index) { in AMotionEvent_getToolMinor()
181 float AMotionEvent_getOrientation(const AInputEvent* motion_event, size_t pointer_index) { in AMotionEvent_getOrientation()
185 float AMotionEvent_getAxisValue(const AInputEvent* motion_event, in AMotionEvent_getAxisValue()
190 size_t AMotionEvent_getHistorySize(const AInputEvent* motion_event) { in AMotionEvent_getHistorySize()
194 int64_t AMotionEvent_getHistoricalEventTime(const AInputEvent* motion_event, in AMotionEvent_getHistoricalEventTime()
200 float AMotionEvent_getHistoricalRawX(const AInputEvent* motion_event, size_t pointer_index, in AMotionEvent_getHistoricalRawX()
206 float AMotionEvent_getHistoricalRawY(const AInputEvent* motion_event, size_t pointer_index, in AMotionEvent_getHistoricalRawY()
212 float AMotionEvent_getHistoricalX(const AInputEvent* motion_event, size_t pointer_index, in AMotionEvent_getHistoricalX()
218 float AMotionEvent_getHistoricalY(const AInputEvent* motion_event, size_t pointer_index, in AMotionEvent_getHistoricalY()
224 float AMotionEvent_getHistoricalPressure(const AInputEvent* motion_event, size_t pointer_index, in AMotionEvent_getHistoricalPressure()
230 float AMotionEvent_getHistoricalSize(const AInputEvent* motion_event, size_t pointer_index, in AMotionEvent_getHistoricalSize()
236 float AMotionEvent_getHistoricalTouchMajor(const AInputEvent* motion_event, size_t pointer_index, in AMotionEvent_getHistoricalTouchMajor()
242 float AMotionEvent_getHistoricalTouchMinor(const AInputEvent* motion_event, size_t pointer_index, in AMotionEvent_getHistoricalTouchMinor()
248 float AMotionEvent_getHistoricalToolMajor(const AInputEvent* motion_event, size_t pointer_index, in AMotionEvent_getHistoricalToolMajor()
254 float AMotionEvent_getHistoricalToolMinor(const AInputEvent* motion_event, size_t pointer_index, in AMotionEvent_getHistoricalToolMinor()
260 float AMotionEvent_getHistoricalOrientation(const AInputEvent* motion_event, size_t pointer_index, in AMotionEvent_getHistoricalOrientation()
266 float AMotionEvent_getHistoricalAxisValue(const AInputEvent* motion_event, in AMotionEvent_getHistoricalAxisValue()
290 int32_t AInputQueue_getEvent(AInputQueue* queue, AInputEvent** outEvent) { in AInputQueue_getEvent()
298 int32_t AInputQueue_preDispatchEvent(AInputQueue* queue, AInputEvent* event) { in AInputQueue_preDispatchEvent()
304 void AInputQueue_finishEvent(AInputQueue* queue, AInputEvent* event, int handled) { in AInputQueue_finishEvent()