Home
last modified time | relevance | path

Searched defs:android_app (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/adpf/app/hintsession/src/cpp/external/
Dandroid_native_app_glue.h110 struct android_app { struct
116 void (*onAppCmd)(struct android_app* app, int32_t cmd); argument
122 int32_t (*onInputEvent)(struct android_app* app, AInputEvent* event); argument
132 // memory will remain around until you call android_app_exec_cmd() for argument
138 void* savedState;
139 size_t savedStateSize;
142 ALooper* looper;
146 AInputQueue* inputQueue;
149 ANativeWindow* window;
153 ARect contentRect;
[all …]
Dandroid_native_app_glue.c39 static void free_saved_state(struct android_app* android_app) { in free_saved_state()
49 int8_t android_app_read_cmd(struct android_app* android_app) { in android_app_read_cmd()
64 static void print_cur_config(struct android_app* android_app) { in print_cur_config()
88 void android_app_pre_exec_cmd(struct android_app* android_app, int8_t cmd) { in android_app_pre_exec_cmd()
144 void android_app_post_exec_cmd(struct android_app* android_app, int8_t cmd) { in android_app_post_exec_cmd()
170 static void android_app_destroy(struct android_app* android_app) { in android_app_destroy()
207 struct android_app* android_app = (struct android_app*)param; in android_app_entry() local
243 struct android_app* android_app = (struct android_app*)malloc(sizeof(struct android_app)); in android_app_create() local
279 static void android_app_write_cmd(struct android_app* android_app, int8_t cmd) { in android_app_write_cmd()
285 static void android_app_set_input(struct android_app* android_app, AInputQueue* inputQueue) { in android_app_set_input()
[all …]
/cts/common/device-side/bedstead/testapp/tools/index/
Dindex_testapps.py154 def parse_uses_sdk(root, android_app): argument
173 def parse_permissions(root, android_app): argument
179 def parse_activities(application_element, android_app): argument
193 def parse_activity_aliases(application_element, android_app): argument
225 def parse_services(application_element, android_app): argument
232 def parse_metadata(application_element, android_app): argument
243 def parse_receiver(application_element, android_app): argument