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.c96 &android_app->inputPollSource); in android_app_pre_exec_cmd()
213 android_app->inputPollSource.id = LOOPER_ID_INPUT; in android_app_entry()
214 android_app->inputPollSource.app = android_app; in android_app_entry()
215 android_app->inputPollSource.process = process_input; in android_app_entry()
Dandroid_native_app_glue.h177 struct android_poll_source inputPollSource; member