Home
last modified time | relevance | path

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

/external/skia/platform_tools/android/third_party/native_app_glue/
Dandroid_native_app_glue.h286 APP_CMD_RESUME, enumerator
Dandroid_native_app_glue.c120 case APP_CMD_RESUME: in android_app_pre_exec_cmd()
163 case APP_CMD_RESUME: in android_app_post_exec_cmd()
347 android_app_set_activity_state((struct android_app*)activity->instance, APP_CMD_RESUME); in onResume()