Home
last modified time | relevance | path

Searched refs:APP_CMD_STOP (Results 1 – 4 of 4) sorted by relevance

/development/ndk/sources/android/native_app_glue/
Dandroid_native_app_glue.h305 APP_CMD_STOP, enumerator
Dandroid_native_app_glue.c123 case APP_CMD_STOP: in android_app_pre_exec_cmd()
381 android_app_set_activity_state((struct android_app*)activity->instance, APP_CMD_STOP); in onStop()
/development/ndk/platforms/android-17/samples/Teapot/jni/
DTeapotNativeActivity.cpp303 case APP_CMD_STOP: in HandleCmd()
/development/ndk/platforms/android-18/samples/MoreTeapots/jni/
DMoreTeapotsNativeActivity.cpp314 case APP_CMD_STOP: in HandleCmd()