OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:APP_CMD_SAVE_STATE
(Results
1 - 8
of
8
) sorted by null
/development/ndk/sources/android/native_app_glue/
android_native_app_glue.h
135
// These variables should only be changed when processing a
APP_CMD_SAVE_STATE
,
295
APP_CMD_SAVE_STATE
,
android_native_app_glue.c
53
case
APP_CMD_SAVE_STATE
:
156
case
APP_CMD_SAVE_STATE
:
157
LOGV("
APP_CMD_SAVE_STATE
\n");
358
android_app_write_cmd(android_app,
APP_CMD_SAVE_STATE
);
/external/skia/platform_tools/android/third_party/native_app_glue/
android_native_app_glue.h
135
// These variables should only be changed when processing a
APP_CMD_SAVE_STATE
,
295
APP_CMD_SAVE_STATE
,
android_native_app_glue.c
52
case
APP_CMD_SAVE_STATE
:
155
case
APP_CMD_SAVE_STATE
:
156
LOGV("
APP_CMD_SAVE_STATE
\n");
357
android_app_write_cmd(android_app,
APP_CMD_SAVE_STATE
);
/development/ndk/platforms/android-9/samples/native-activity/jni/
main.c
185
case
APP_CMD_SAVE_STATE
:
/external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/jni/
main.c
185
case
APP_CMD_SAVE_STATE
:
/development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotNativeActivity.cpp
288
case
APP_CMD_SAVE_STATE
:
/development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsNativeActivity.cpp
299
case
APP_CMD_SAVE_STATE
:
Completed in 361 milliseconds