Home
last modified time | relevance | path

Searched defs:android_app (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/util/android/third_party/
H A Dandroid_native_app_glue.c39 static void free_saved_state(struct android_app* android_app) { in free_saved_state() argument
49 int8_t android_app_read_cmd(struct android_app* android_app) { in android_app_read_cmd() argument
64 print_cur_config(struct android_app* android_app) print_cur_config() argument
89 android_app_pre_exec_cmd(struct android_app* android_app, int8_t cmd) android_app_pre_exec_cmd() argument
146 android_app_post_exec_cmd(struct android_app* android_app, int8_t cmd) android_app_post_exec_cmd() argument
174 android_app_destroy(struct android_app* android_app) android_app_destroy() argument
209 struct android_app* android_app = (struct android_app*)param; android_app_entry() local
245 struct android_app* android_app = (struct android_app*)malloc(sizeof(struct android_app)); android_app_create() local
281 android_app_write_cmd(struct android_app* android_app, int8_t cmd) android_app_write_cmd() argument
287 android_app_set_input(struct android_app* android_app, AInputQueue* inputQueue) android_app_set_input() argument
297 android_app_set_window(struct android_app* android_app, ANativeWindow* window) android_app_set_window() argument
312 android_app_set_activity_state(struct android_app* android_app, int8_t cmd) android_app_set_activity_state() argument
321 android_app_free(struct android_app* android_app) android_app_free() argument
352 struct android_app* android_app = (struct android_app*)activity->instance; onSaveInstanceState() local
386 struct android_app* android_app = (struct android_app*)activity->instance; onConfigurationChanged() local
392 struct android_app* android_app = (struct android_app*)activity->instance; onLowMemory() local
[all...]
H A Dandroid_native_app_glue.h111 struct android_app { struct
[all...]

Completed in 3 milliseconds