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

/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp112 int msgpipe[2]; local
113 if (pipe(msgpipe)) {
117 mDispatchKeyRead = msgpipe[0];
118 mDispatchKeyWrite = msgpipe[1];
635 int msgpipe[2]; local
636 if (pipe(msgpipe)) {
641 code->mainWorkRead = msgpipe[0];
642 code->mainWorkWrite = msgpipe[1];

Completed in 468 milliseconds