Searched refs:pendingInputQueue (Results 1 - 2 of 2) sorted by relevance

/development/ndk/sources/android/native_app_glue/
H A Dandroid_native_app_glue.h182 AInputQueue* pendingInputQueue; member in struct:android_app
H A Dandroid_native_app_glue.c96 android_app->inputQueue = android_app->pendingInputQueue;
288 android_app->pendingInputQueue = inputQueue;
290 while (android_app->inputQueue != android_app->pendingInputQueue) {

Completed in 51 milliseconds