HomeSort by relevance Sort by last modified time
    Searched refs:onAppCmd (Results 1 - 11 of 11) sorted by null

  /development/ndk/sources/android/native_app_glue/
android_native_app_glue.h 72 * can call the process() function on it, and fill in android_app->onAppCmd
117 void (*onAppCmd)(struct android_app* app, int32_t cmd);
android_native_app_glue.c 204 if (app->onAppCmd != NULL) app->onAppCmd(app, cmd);
  /external/skia/platform_tools/android/third_party/native_app_glue/
android_native_app_glue.h 72 * can call the process() function on it, and fill in android_app->onAppCmd
117 void (*onAppCmd)(struct android_app* app, int32_t cmd);
android_native_app_glue.c 203 if (app->onAppCmd != NULL) app->onAppCmd(app, cmd);
  /external/skia/platform_tools/android/apps/visualbench/src/main/jni/
main.cpp 71 state->onAppCmd = handle_cmd;
  /external/vulkan-validation-layers/demos/smoke/
ShellAndroid.cpp 80 app_.onAppCmd = on_app_cmd;
  /development/ndk/platforms/android-9/samples/native-activity/jni/
main.c 239 state->onAppCmd = engine_handle_cmd;
  /external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/jni/
main.c 239 state->onAppCmd = engine_handle_cmd;
  /development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotNativeActivity.cpp 443 state->onAppCmd = Engine::HandleCmd;
  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsNativeActivity.cpp 454 state->onAppCmd = Engine::HandleCmd;
  /development/ndk/platforms/android-9/samples/native-plasma/jni/
plasma.c 456 state->onAppCmd = engine_handle_cmd;

Completed in 615 milliseconds