Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/c/system/tests/
Dcore_perftest.cc124 MojoResult result = MojoCreateMessagePipe(nullptr, &self->h0_, &self->h1_); in MessagePipe_CreateAndClose()
165 MojoResult result = MojoCreateMessagePipe(nullptr, &h0_, &h1_); in DoMessagePipeThreadedTest()
268 MojoResult result = MojoCreateMessagePipe(nullptr, &h0_, &h1_); in TEST_F()
296 MojoResult result = MojoCreateMessagePipe(nullptr, &h0_, &h1_); in TEST_F()
Dcore_unittest_pure_c.c61 EXPECT_EQ(MOJO_RESULT_OK, MojoCreateMessagePipe(NULL, &handle0, &handle1)); in MinimalCTest()
Dcore_unittest.cc97 EXPECT_EQ(MOJO_RESULT_OK, MojoCreateMessagePipe(nullptr, &h0, &h1)); in TEST()
/external/libmojo/mojo/public/c/system/
Dmessage_pipe.h120 MOJO_SYSTEM_EXPORT MojoResult MojoCreateMessagePipe(
Dthunks.cc44 MojoResult MojoCreateMessagePipe(const MojoCreateMessagePipeOptions* options, in MojoCreateMessagePipe() function
/external/libmojo/mojo/public/cpp/system/
Dmessage_pipe.h51 MojoResult rv = MojoCreateMessagePipe( in CreateMessagePipe()
/external/libmojo/mojo/edk/js/
Dcore.cc108 result = MojoCreateMessagePipe(NULL, &handle0, &handle1); in CreateMessagePipe()
121 result = MojoCreateMessagePipe(&options, &handle0, &handle1); in CreateMessagePipe()
/external/libmojo/mojo/edk/test/
Dmojo_test_base.cc100 MojoCreateMessagePipe(nullptr, p0, p1); in CreateMessagePipe()
/external/libmojo/mojo/edk/system/
Dmultiprocess_message_pipe_unittest.cc520 MojoCreateMessagePipe(nullptr, &mp1, &mp2)); in TEST_F()
558 MojoCreateMessagePipe(nullptr, &mp2, &mp1)); in TEST_F()
650 MojoCreateMessagePipe(nullptr, &mp2, &mp1)); in TEST_F()
Dwait_set_dispatcher_unittest.cc61 EXPECT_EQ(MOJO_RESULT_OK, MojoCreateMessagePipe(nullptr, &h0, &h1)); in CreateMessagePipe()
Dmessage_pipe_unittest.cc26 CHECK_EQ(MOJO_RESULT_OK, MojoCreateMessagePipe(nullptr, &pipe0_, &pipe1_)); in MessagePipeTest()
Ddata_pipe_unittest.cc1488 MojoCreateMessagePipe(nullptr, &pipe0, &pipe1)); in TEST_F()
1561 MojoCreateMessagePipe(nullptr, &pipe0, &pipe1)); in TEST_F()
/external/libmojo/mojo/android/system/
Dcore_impl.cc116 MojoResult result = MojoCreateMessagePipe(options, &handle1, &handle2); in CreateMessagePipe()