OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:APP_CMD_STOP
(Results
1 - 7
of
7
) sorted by null
/development/ndk/sources/android/native_app_glue/
android_native_app_glue.h
157
// APP_CMD_RESUME, APP_CMD_PAUSE, or
APP_CMD_STOP
; see below.
305
APP_CMD_STOP
,
android_native_app_glue.c
124
case
APP_CMD_STOP
:
382
android_app_set_activity_state((struct android_app*)activity->instance,
APP_CMD_STOP
);
/external/skia/platform_tools/android/third_party/native_app_glue/
android_native_app_glue.h
157
// APP_CMD_RESUME, APP_CMD_PAUSE, or
APP_CMD_STOP
; see below.
305
APP_CMD_STOP
,
android_native_app_glue.c
123
case
APP_CMD_STOP
:
381
android_app_set_activity_state((struct android_app*)activity->instance,
APP_CMD_STOP
);
/external/vulkan-validation-layers/demos/smoke/
ShellAndroid.cpp
162
case
APP_CMD_STOP
:
/development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotNativeActivity.cpp
303
case
APP_CMD_STOP
:
/development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsNativeActivity.cpp
314
case
APP_CMD_STOP
:
Completed in 137 milliseconds