Searched refs:msgread (Results 1 – 2 of 2) sorted by relevance
51 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()
170 int msgread; member