Home
last modified time | relevance | path

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

/external/skia/platform_tools/android/third_party/native_app_glue/
Dandroid_native_app_glue.c50 if (read(android_app->msgread, &cmd, sizeof(cmd)) == sizeof(cmd)) { in android_app_read_cmd()
223 ALooper_addFd(looper, android_app->msgread, LOOPER_ID_MAIN, ALOOPER_EVENT_INPUT, NULL, in android_app_entry()
262 android_app->msgread = msgpipe[0]; in android_app_create()
328 close(android_app->msgread); in android_app_free()
Dandroid_native_app_glue.h170 int msgread; member