Home
last modified time | relevance | path

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

/cts/hostsidetests/adpf/app/hintsession/src/cpp/external/
Dandroid_native_app_glue.h174 struct android_poll_source cmdPollSource; member
Dandroid_native_app_glue.c214 android_app->cmdPollSource.id = LOOPER_ID_MAIN; in android_app_entry()
215 android_app->cmdPollSource.app = android_app; in android_app_entry()
216 android_app->cmdPollSource.process = process_cmd; in android_app_entry()
223 &android_app->cmdPollSource); in android_app_entry()