Home
last modified time | relevance | path

Searched refs:stateSaved (Results 1 – 2 of 2) sorted by relevance

/development/ndk/sources/android/native_app_glue/
Dandroid_native_app_glue.h179 int stateSaved; member
Dandroid_native_app_glue.c159 android_app->stateSaved = 1; in android_app_post_exec_cmd()
357 android_app->stateSaved = 0; in onSaveInstanceState()
359 while (!android_app->stateSaved) { in onSaveInstanceState()