Home
last modified time | relevance | path

Searched refs:onAppCmd (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/util/android/
DAndroidWindow.cpp91 static void onAppCmd(struct android_app *app, int32_t cmd) in onAppCmd() function
125 app->onAppCmd = onAppCmd; in android_main()
/third_party/skia/third_party/externals/angle2/util/android/
DAndroidWindow.cpp136 static void onAppCmd(struct android_app *app, int32_t cmd) in onAppCmd() function
178 app->onAppCmd = onAppCmd; in android_main()
/third_party/flutter/skia/third_party/externals/angle2/util/android/third_party/
Dandroid_native_app_glue.h117 void (*onAppCmd)(struct android_app* app, int32_t cmd); member
Dandroid_native_app_glue.c204 if (app->onAppCmd != NULL) app->onAppCmd(app, cmd); in process_cmd()
/third_party/skia/third_party/externals/angle2/util/android/third_party/
Dandroid_native_app_glue.h117 void (*onAppCmd)(struct android_app* app, int32_t cmd); member
Dandroid_native_app_glue.c204 if (app->onAppCmd != NULL) app->onAppCmd(app, cmd); in process_cmd()
/third_party/vk-gl-cts/external/amber/src/android_sample/jni/
Dmain.cc93 app->onAppCmd = handle_cmd; in android_main()
/third_party/skia/third_party/externals/imgui/examples/example_android_opengl3/
Dmain.cpp254 app->onAppCmd = handleAppCmd; in android_main()