Home
last modified time | relevance | path

Searched refs:inputPollSource (Results 1 – 2 of 2) sorted by relevance

/development/ndk/sources/android/native_app_glue/
Dandroid_native_app_glue.h176 struct android_poll_source inputPollSource; member
Dandroid_native_app_glue.c101 &android_app->inputPollSource); in android_app_pre_exec_cmd()
218 android_app->inputPollSource.id = LOOPER_ID_INPUT; in android_app_entry()
219 android_app->inputPollSource.app = android_app; in android_app_entry()
220 android_app->inputPollSource.process = process_input; in android_app_entry()