Home
last modified time | relevance | path

Searched refs:msgread (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/adpf/app/hintsession/src/cpp/external/
Dandroid_native_app_glue.h169 int msgread; member
Dandroid_native_app_glue.c51 if (read(android_app->msgread, &cmd, sizeof(cmd)) == sizeof(cmd)) { in android_app_read_cmd()
222 ALooper_addFd(looper, android_app->msgread, LOOPER_ID_MAIN, ALOOPER_EVENT_INPUT, NULL, in android_app_entry()
261 android_app->msgread = msgpipe[0]; in android_app_create()
327 close(android_app->msgread); in android_app_free()