Home
last modified time | relevance | path

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

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