OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 190 milliseconds