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

  /prebuilts/ndk/r11/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) {
  /prebuilts/ndk/r13/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) {

Completed in 157 milliseconds