Searched refs:msgpipe (Results 1 - 1 of 1) sorted by relevance

/development/ndk/sources/android/native_app_glue/
H A Dandroid_native_app_glue.c257 int msgpipe[2]; local
258 if (pipe(msgpipe)) {
262 android_app->msgread = msgpipe[0];
263 android_app->msgwrite = msgpipe[1];

Completed in 151 milliseconds