/external/chromium_org/mojo/public/cpp/system/ |
message_pipe.h | 34 inline MojoResult CreateMessagePipe(const MojoCreateMessagePipeOptions* options, 88 CreateMessagePipe(NULL, &handle0, &handle1); 94 CreateMessagePipe(&options, &handle0, &handle1);
|
/external/chromium_org/mojo/public/cpp/system/tests/ |
core_unittest.cc | 156 CreateMessagePipe(NULL, &h0, &h1); 196 CreateMessagePipe(NULL, &h0, &h1); 299 CreateMessagePipe(NULL, &h0, &h1); 304 CreateMessagePipe(NULL, &h2, &h3); 346 CreateMessagePipe(NULL, &h0, &h1); 351 CreateMessagePipe(NULL, &h2, &h3);
|
/external/chromium_org/mojo/public/platform/native/ |
system_thunks.cc | 43 assert(g_thunks.CreateMessagePipe); 44 return g_thunks.CreateMessagePipe(options, message_pipe_handle0,
|
system_thunks.h | 48 MojoResult (*CreateMessagePipe)(
|
/external/chromium_org/mojo/system/ |
core.h | 71 MojoResult CreateMessagePipe(
|
entrypoints.cc | 69 return g_core->CreateMessagePipe(MakeUserPointer(options),
|
core_unittest.cc | 371 // |CreateMessagePipe()|: Nothing to check (apart from things that cause 561 // |CreateMessagePipe()|: 565 core()->CreateMessagePipe( 569 core()->CreateMessagePipe( 573 core()->CreateMessagePipe( 630 core()->CreateMessagePipe( [all...] |
core.cc | 183 MojoResult Core::CreateMessagePipe(
|
/external/chromium_org/mojo/spy/ |
spy.cc | 113 CreateMessagePipe(NULL, &faux_client, &interceptor); 247 CreateMessagePipe(NULL, &faux_client, &interceptor);
|
/external/chromium_org/mojo/bindings/js/ |
core.cc | 47 gin::Dictionary CreateMessagePipe(const gin::Arguments& args) { 255 .SetMethod("createMessagePipe", CreateMessagePipe)
|
/external/chromium_org/ipc/mojo/ |
ipc_channel_mojo_readers.cc | 215 mojo::CreateMessagePipe(NULL, &message_pipe_, &peer); 217 DLOG(WARNING) << "mojo::CreateMessagePipe failed: " << create_result;
|
/external/chromium_org/mojo/common/ |
message_pump_mojo.cc | 47 CreateMessagePipe(NULL, &read_handle, &write_handle);
|
/external/chromium_org/mojo/public/cpp/bindings/tests/ |
router_unittest.cc | 112 CreateMessagePipe(NULL, &handle0_, &handle1_);
|
connector_unittest.cc | 85 CreateMessagePipe(NULL, &handle0_, &handle1_);
|
handle_passing_unittest.cc | 76 CreateMessagePipe(NULL, &pipe0, &pipe1_);
|
validation_unittest.cc | 208 CreateMessagePipe(NULL, &tester_endpoint, &testee_endpoint_));
|
/external/chromium_org/mojo/android/system/ |
core_impl.cc | 75 static jobject CreateMessagePipe(JNIEnv* env,
|