OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AInputEvent
(Results
1 - 15
of
15
) sorted by null
/development/ndk/platforms/android-9/include/android/
input.h
105
struct
AInputEvent
;
106
typedef struct
AInputEvent
AInputEvent
;
354
int32_t AInputEvent_getType(const
AInputEvent
* event);
366
int32_t AInputEvent_getDeviceId(const
AInputEvent
* event);
369
int32_t AInputEvent_getSource(const
AInputEvent
* event);
374
int32_t AKeyEvent_getAction(const
AInputEvent
* key_event);
377
int32_t AKeyEvent_getFlags(const
AInputEvent
* key_event);
381
int32_t AKeyEvent_getKeyCode(const
AInputEvent
* key_event);
385
int32_t AKeyEvent_getScanCode(const
AInputEvent
* key_event)
[
all
...]
/development/ndk/platforms/android-14/include/android/
input.h
135
struct
AInputEvent
;
136
typedef struct
AInputEvent
AInputEvent
;
497
int32_t AInputEvent_getType(const
AInputEvent
* event);
509
int32_t AInputEvent_getDeviceId(const
AInputEvent
* event);
512
int32_t AInputEvent_getSource(const
AInputEvent
* event);
517
int32_t AKeyEvent_getAction(const
AInputEvent
* key_event);
520
int32_t AKeyEvent_getFlags(const
AInputEvent
* key_event);
524
int32_t AKeyEvent_getKeyCode(const
AInputEvent
* key_event);
528
int32_t AKeyEvent_getScanCode(const
AInputEvent
* key_event)
[
all
...]
/development/ndk/platforms/android-18/include/android/
input.h
135
struct
AInputEvent
;
136
typedef struct
AInputEvent
AInputEvent
;
499
int32_t AInputEvent_getType(const
AInputEvent
* event);
511
int32_t AInputEvent_getDeviceId(const
AInputEvent
* event);
514
int32_t AInputEvent_getSource(const
AInputEvent
* event);
519
int32_t AKeyEvent_getAction(const
AInputEvent
* key_event);
522
int32_t AKeyEvent_getFlags(const
AInputEvent
* key_event);
526
int32_t AKeyEvent_getKeyCode(const
AInputEvent
* key_event);
530
int32_t AKeyEvent_getScanCode(const
AInputEvent
* key_event)
[
all
...]
/development/ndk/platforms/android-13/include/android/
input.h
135
struct
AInputEvent
;
136
typedef struct
AInputEvent
AInputEvent
;
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)
[
all
...]
/development/ndk/sources/android/ndk_helper/
gestureDetector.h
70
virtual GESTURE_STATE Detect( const
AInputEvent
* motion_event ) = 0;
91
virtual GESTURE_STATE Detect( const
AInputEvent
* motion_event );
114
virtual GESTURE_STATE Detect( const
AInputEvent
* motion_event );
128
int32_t FindIndex( const
AInputEvent
* event, int32_t id );
129
const
AInputEvent
* event_;
139
virtual GESTURE_STATE Detect( const
AInputEvent
* event );
151
int32_t FindIndex( const
AInputEvent
* event, int32_t id );
152
const
AInputEvent
* event_;
161
virtual GESTURE_STATE Detect( const
AInputEvent
* event );
gestureDetector.cpp
45
GESTURE_STATE TapDetector::Detect( const
AInputEvent
* motion_event )
88
GESTURE_STATE DoubletapDetector::Detect( const
AInputEvent
* motion_event )
139
int32_t PinchDetector::FindIndex( const
AInputEvent
* event, int32_t id )
150
GESTURE_STATE PinchDetector::Detect( const
AInputEvent
* event )
254
int32_t DragDetector::FindIndex( const
AInputEvent
* event, int32_t id )
265
GESTURE_STATE DragDetector::Detect( const
AInputEvent
* event )
/development/ndk/sources/android/native_app_glue/
android_native_app_glue.h
123
int32_t (*onInputEvent)(struct android_app* app,
AInputEvent
* event);
android_native_app_glue.c
188
AInputEvent
* event = NULL;
/development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotNativeActivity.cpp
70
AInputEvent
* event );
83
void UpdatePosition(
AInputEvent
* event,
213
AInputEvent
* event )
/development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsNativeActivity.cpp
80
AInputEvent
* event );
93
void UpdatePosition(
AInputEvent
* event,
224
AInputEvent
* event )
/external/deqp/framework/platform/android/
tcuAndroidRenderActivity.hpp
137
virtual void onInputEvent (
AInputEvent
* event) { DE_UNREF(event); }
tcuAndroidRenderActivity.cpp
235
AInputEvent
* event;
/development/ndk/platforms/android-9/samples/native-activity/jni/
main.c
168
static int32_t engine_handle_input(struct android_app* app,
AInputEvent
* event) {
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/android/apmtest/jni/
main.c
168
static int32_t engine_handle_input(struct android_app* app,
AInputEvent
* event) {
/development/ndk/platforms/android-9/samples/native-plasma/jni/
plasma.c
413
static int32_t engine_handle_input(struct android_app* app,
AInputEvent
* event) {
Completed in 1752 milliseconds