Searched refs:msgpipe (Results 1 – 1 of 1) sorted by relevance
258 int msgpipe[2]; in android_app_create() local259 if (pipe(msgpipe)) { in android_app_create()263 android_app->msgread = msgpipe[0]; in android_app_create()264 android_app->msgwrite = msgpipe[1]; in android_app_create()