Home
last modified time | relevance | path

Searched refs:destroyRequested (Results 1 – 6 of 6) sorted by relevance

/development/ndk/sources/android/native_app_glue/
Dandroid_native_app_glue.h162 int destroyRequested; member
Dandroid_native_app_glue.c141 android_app->destroyRequested = 1; in android_app_pre_exec_cmd()
/development/ndk/platforms/android-9/samples/native-activity/jni/
Dmain.c288 if (state->destroyRequested != 0) { in android_main()
/development/ndk/platforms/android-18/samples/MoreTeapots/jni/
DMoreTeapotsNativeActivity.cpp485 if( state->destroyRequested != 0 ) in android_main()
/development/ndk/platforms/android-17/samples/Teapot/jni/
DTeapotNativeActivity.cpp474 if( state->destroyRequested != 0 ) in android_main()
/development/ndk/platforms/android-9/samples/native-plasma/jni/
Dplasma.c487 if (state->destroyRequested != 0) { in android_main()