HomeSort by relevance Sort by last modified time
    Searched refs:CreateMessagePipe (Results 1 - 16 of 16) sorted by null

  /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 41 assert(g_thunks.CreateMessagePipe);
42 return g_thunks.CreateMessagePipe(options, message_pipe_handle0,
system_thunks.h 46 MojoResult (*CreateMessagePipe)(const MojoCreateMessagePipeOptions* options,
  /external/chromium_org/mojo/system/
core.h 51 MojoResult CreateMessagePipe(const MojoCreateMessagePipeOptions* options,
core_unittest.cc 186 // |CreateMessagePipe()|:
190 core()->CreateMessagePipe(NULL, NULL, NULL));
192 core()->CreateMessagePipe(NULL, &h, NULL));
194 core()->CreateMessagePipe(NULL, NULL, &h));
328 EXPECT_EQ(MOJO_RESULT_OK, core()->CreateMessagePipe(NULL, &h[0], &h[1]));
442 core()->CreateMessagePipe(NULL, &h_passing[0], &h_passing[1]));
479 core()->CreateMessagePipe(NULL, &h_passed[0], &h_passed[1]));
692 core()->CreateMessagePipe(NULL, &h_passing[0], &h_passing[1]));
    [all...]
entrypoints.cc 58 return g_core->CreateMessagePipe(
core.cc 141 MojoResult Core::CreateMessagePipe(const MojoCreateMessagePipeOptions* options,
  /external/chromium_org/mojo/public/cpp/system/
core.h 58 // don't take a |...Handle|. For example, |CreateMessagePipe()| has two
271 inline MojoResult CreateMessagePipe(const MojoCreateMessagePipeOptions* options,
325 CreateMessagePipe(NULL, &handle0, &handle1);
331 CreateMessagePipe(&options, &handle0, &handle1);
  /external/chromium_org/mojo/public/cpp/bindings/tests/
router_unittest.cc 112 CreateMessagePipe(NULL, &handle0_, &handle1_);
connector_unittest.cc 48 CreateMessagePipe(NULL, &handle0_, &handle1_);
handle_passing_unittest.cc 70 CreateMessagePipe(NULL, &pipe0, &pipe1_);
validation_unittest.cc 199 CreateMessagePipe(NULL, &tester_endpoint, &testee_endpoint_));
  /external/chromium_org/mojo/spy/
spy.cc 141 CreateMessagePipe(NULL, &faux_client, &interceptor);
  /external/chromium_org/mojo/bindings/js/
core.cc 46 gin::Dictionary CreateMessagePipe(const gin::Arguments& args) {
217 .SetMethod("createMessagePipe", CreateMessagePipe)
  /external/chromium_org/mojo/common/
message_pump_mojo.cc 28 CreateMessagePipe(NULL, &read_handle, &write_handle);
  /external/chromium_org/mojo/android/system/
core_impl.cc 78 static jobject CreateMessagePipe(JNIEnv* env, jobject jcaller) {

Completed in 977 milliseconds