OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:APP_CMD_RESUME
(Results
1 - 2
of
2
) sorted by null
/development/ndk/sources/android/native_app_glue/
android_native_app_glue.h
134
//
APP_CMD_RESUME
, at which point it will be freed and savedState set to NULL.
157
//
APP_CMD_RESUME
, APP_CMD_PAUSE, or APP_CMD_STOP; see below.
286
APP_CMD_RESUME
,
android_native_app_glue.c
120
case
APP_CMD_RESUME
:
163
case
APP_CMD_RESUME
:
347
android_app_set_activity_state((struct android_app*)activity->instance,
APP_CMD_RESUME
);
Completed in 34 milliseconds