Home
last modified time | relevance | path

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

/external/angle/util/android/third_party/
Dandroid_native_app_glue.c51 if (read(android_app->msgread, &cmd, sizeof(cmd)) == sizeof(cmd)) { in android_app_read_cmd()
224 ALooper_addFd(looper, android_app->msgread, LOOPER_ID_MAIN, ALOOPER_EVENT_INPUT, NULL, in android_app_entry()
263 android_app->msgread = msgpipe[0]; in android_app_create()
329 close(android_app->msgread); in android_app_free()
Dandroid_native_app_glue.h170 int msgread; member