HomeSort by relevance Sort by last modified time
    Searched refs:inputPollSource (Results 1 - 2 of 2) sorted by null

  /development/ndk/sources/android/native_app_glue/
android_native_app_glue.h 176 struct android_poll_source inputPollSource;
android_native_app_glue.c 93 &android_app->inputPollSource);
212 android_app->inputPollSource.id = LOOPER_ID_INPUT;
213 android_app->inputPollSource.app = android_app;
214 android_app->inputPollSource.process = process_input;

Completed in 77 milliseconds