OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
96
android_app->inputQueue = android_app->
pendingInputQueue
;
288
android_app->
pendingInputQueue
= inputQueue;
290
while (android_app->inputQueue != android_app->
pendingInputQueue
) {
Completed in 535 milliseconds