Home
last modified time | relevance | path

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

/cts/hostsidetests/adpf/app/hintsession/src/cpp/external/
Dandroid_native_app_glue.h175 struct android_poll_source inputPollSource; member
Dandroid_native_app_glue.c100 LOOPER_ID_INPUT, NULL, &android_app->inputPollSource); in android_app_pre_exec_cmd()
217 android_app->inputPollSource.id = LOOPER_ID_INPUT; in android_app_entry()
218 android_app->inputPollSource.app = android_app; in android_app_entry()
219 android_app->inputPollSource.process = process_input; in android_app_entry()