HomeSort by relevance Sort by last modified time
    Searched full:msgpipe (Results 1 - 3 of 3) sorted by null

  /development/ndk/sources/android/native_app_glue/
android_native_app_glue.c 258 int msgpipe[2]; local
259 if (pipe(msgpipe)) {
263 android_app->msgread = msgpipe[0];
264 android_app->msgwrite = msgpipe[1];
  /external/skia/platform_tools/android/third_party/native_app_glue/
android_native_app_glue.c 257 int msgpipe[2]; local
258 if (pipe(msgpipe)) {
262 android_app->msgread = msgpipe[0];
263 android_app->msgwrite = msgpipe[1];
  /frameworks/base/core/jni/
android_app_NativeActivity.cpp 303 int msgpipe[2]; local
304 if (pipe(msgpipe)) {
308 code->mainWorkRead = msgpipe[0];
309 code->mainWorkWrite = msgpipe[1];

Completed in 504 milliseconds