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

  /development/ndk/sources/android/native_app_glue/
android_native_app_glue.h 182 AInputQueue* pendingInputQueue;
android_native_app_glue.c 88 android_app->inputQueue = android_app->pendingInputQueue;
281 android_app->pendingInputQueue = inputQueue;
283 while (android_app->inputQueue != android_app->pendingInputQueue) {

Completed in 373 milliseconds