| 5030 | struct demo demo; |
| 5031 | |
| 5032 | static int32_t processInput(struct android_app *app, AInputEvent *event) { return 0; } |
| 5033 | |
| 5034 | static void processCommand(struct android_app *app, int32_t cmd) { |
| 5035 | switch (cmd) { |
nothing calls this directly
no outgoing calls
no test coverage detected