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

  /prebuilts/ndk/r16/sources/android/native_app_glue/
android_native_app_glue.h 182 AInputQueue* pendingInputQueue;
android_native_app_glue.c 97 android_app->inputQueue = android_app->pendingInputQueue;
289 android_app->pendingInputQueue = inputQueue;
291 while (android_app->inputQueue != android_app->pendingInputQueue) {

Completed in 161 milliseconds