Home
last modified time | relevance | path

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

/external/angle/util/android/third_party/
Dandroid_native_app_glue.c102 &android_app->inputPollSource); in android_app_pre_exec_cmd()
219 android_app->inputPollSource.id = LOOPER_ID_INPUT; in android_app_entry()
220 android_app->inputPollSource.app = android_app; in android_app_entry()
221 android_app->inputPollSource.process = process_input; in android_app_entry()
Dandroid_native_app_glue.h176 struct android_poll_source inputPollSource; member