Searched refs:android_app_write_cmd (Results 1 - 1 of 1) sorted by relevance

/development/ndk/sources/android/native_app_glue/
H A Dandroid_native_app_glue.c280 static void android_app_write_cmd(struct android_app* android_app, int8_t cmd) { function
289 android_app_write_cmd(android_app, APP_CMD_INPUT_CHANGED);
299 android_app_write_cmd(android_app, APP_CMD_TERM_WINDOW);
303 android_app_write_cmd(android_app, APP_CMD_INIT_WINDOW);
313 android_app_write_cmd(android_app, cmd);
322 android_app_write_cmd(android_app, APP_CMD_DESTROY);
357 android_app_write_cmd(android_app, APP_CMD_SAVE_STATE);
387 android_app_write_cmd(android_app, APP_CMD_CONFIG_CHANGED);
393 android_app_write_cmd(android_app, APP_CMD_LOW_MEMORY);
398 android_app_write_cmd((struc
[all...]

Completed in 3 milliseconds