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

  /prebuilts/ndk/r16/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];
  /frameworks/base/core/jni/
android_app_NativeActivity.cpp 323 int msgpipe[2]; local
324 if (pipe(msgpipe)) {
329 code->mainWorkRead = msgpipe[0];
330 code->mainWorkWrite = msgpipe[1];

Completed in 84 milliseconds