Home
last modified time | relevance | path

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

/development/ndk/sources/android/native_app_glue/
Dandroid_native_app_glue.h300 APP_CMD_PAUSE, enumerator
Dandroid_native_app_glue.c122 case APP_CMD_PAUSE: in android_app_pre_exec_cmd()
376 android_app_set_activity_state((struct android_app*)activity->instance, APP_CMD_PAUSE); in onPause()