Searched refs:onInputEvent (Results 1 - 4 of 4) sorted by relevance

/development/ndk/sources/android/native_app_glue/
H A Dandroid_native_app_glue.h73 * and android_app->onInputEvent to be called for your own processing
123 int32_t (*onInputEvent)(struct android_app* app, AInputEvent* event); member in struct:android_app
H A Dandroid_native_app_glue.c195 if (app->onInputEvent != NULL) handled = app->onInputEvent(app, event);
/development/ndk/platforms/android-9/samples/native-activity/jni/
H A Dmain.c240 state->onInputEvent = engine_handle_input;
/development/ndk/platforms/android-9/samples/native-plasma/jni/
H A Dplasma.c457 state->onInputEvent = engine_handle_input;

Completed in 328 milliseconds