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

  /development/ndk/sources/android/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 278 int msgpipe[2]; local
279 if (pipe(msgpipe)) {
284 code->mainWorkRead = msgpipe[0];
285 code->mainWorkWrite = msgpipe[1];

Completed in 471 milliseconds