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

  /development/ndk/sources/android/native_app_glue/
android_native_app_glue.h 175 struct android_poll_source cmdPollSource;
android_native_app_glue.c 209 android_app->cmdPollSource.id = LOOPER_ID_MAIN;
210 android_app->cmdPollSource.app = android_app;
211 android_app->cmdPollSource.process = process_cmd;
218 &android_app->cmdPollSource);

Completed in 30 milliseconds