Searched refs:onAppCmd (Results 1 – 5 of 5) sorted by relevance
117 void (*onAppCmd)(struct android_app* app, int32_t cmd); member
203 if (app->onAppCmd != NULL) app->onAppCmd(app, cmd); in process_cmd()
71 state->onAppCmd = handle_cmd; in android_main()
80 app_.onAppCmd = on_app_cmd; in ShellAndroid()
239 state->onAppCmd = engine_handle_cmd; in android_main()