Searched refs:onAppCmd (Results 1 – 6 of 6) sorted by relevance
136 static void onAppCmd(struct android_app *app, int32_t cmd) in onAppCmd() function178 app->onAppCmd = onAppCmd; in android_main()
117 void (*onAppCmd)(struct android_app* app, int32_t cmd); member
204 if (app->onAppCmd != NULL) app->onAppCmd(app, cmd); in process_cmd()
93 app->onAppCmd = handle_cmd; in android_main()
239 state->onAppCmd = engine_handle_cmd; in android_main()
2122 app->onAppCmd = processCommand; in android_main()