OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pendingWindow
(Results
1 - 4
of
4
) sorted by null
/development/ndk/sources/android/native_app_glue/
android_native_app_glue.h
183
ANativeWindow*
pendingWindow
;
android_native_app_glue.c
111
android_app->window = android_app->
pendingWindow
;
299
if (android_app->
pendingWindow
!= NULL) {
302
android_app->
pendingWindow
= window;
306
while (android_app->window != android_app->
pendingWindow
) {
/external/skia/platform_tools/android/third_party/native_app_glue/
android_native_app_glue.h
183
ANativeWindow*
pendingWindow
;
android_native_app_glue.c
110
android_app->window = android_app->
pendingWindow
;
298
if (android_app->
pendingWindow
!= NULL) {
301
android_app->
pendingWindow
= window;
305
while (android_app->window != android_app->
pendingWindow
) {
Completed in 49 milliseconds