Home
last modified time | relevance | path

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

/external/angle/util/android/third_party/
Dandroid_native_app_glue.c210 android_app->cmdPollSource.id = LOOPER_ID_MAIN; in android_app_entry()
211 android_app->cmdPollSource.app = android_app; in android_app_entry()
212 android_app->cmdPollSource.process = process_cmd; in android_app_entry()
219 &android_app->cmdPollSource); in android_app_entry()
Dandroid_native_app_glue.h176 struct android_poll_source cmdPollSource; member