OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:msgpipe
(Results
1 - 7
of
7
) 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];
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
pack.py
28
mojom.
MSGPIPE
: 4,
52
kind = mojom.
MSGPIPE
module.py
131
if self ==
MSGPIPE
:
181
MSGPIPE
= ReferenceKind('h:m')
208
MSGPIPE
,
726
return kind.spec ==
MSGPIPE
.spec or kind.spec == NULLABLE_MSGPIPE.spec
pack_tests.py
99
mojom.
MSGPIPE
.MakeNullableKind(),
/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];
/external/libmojo/mojo/public/tools/bindings/generators/
mojom_js_generator.py
24
mojom.
MSGPIPE
: "null",
98
mojom.
MSGPIPE
: "codec.Handle",
mojom_java_generator.py
43
mojom.
MSGPIPE
.spec: 'org.chromium.mojo.system.MessagePipeHandle',
72
mojom.
MSGPIPE
.spec: 'readMessagePipeHandle',
Completed in 310 milliseconds