Searched refs:MojoCreateMessagePipe (Results 1 – 13 of 13) sorted by relevance
/external/libmojo/mojo/public/c/system/tests/ |
D | core_perftest.cc | 124 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()
|
D | core_unittest_pure_c.c | 61 EXPECT_EQ(MOJO_RESULT_OK, MojoCreateMessagePipe(NULL, &handle0, &handle1)); in MinimalCTest()
|
D | core_unittest.cc | 97 EXPECT_EQ(MOJO_RESULT_OK, MojoCreateMessagePipe(nullptr, &h0, &h1)); in TEST()
|
/external/libmojo/mojo/public/c/system/ |
D | message_pipe.h | 120 MOJO_SYSTEM_EXPORT MojoResult MojoCreateMessagePipe(
|
D | thunks.cc | 44 MojoResult MojoCreateMessagePipe(const MojoCreateMessagePipeOptions* options, in MojoCreateMessagePipe() function
|
/external/libmojo/mojo/public/cpp/system/ |
D | message_pipe.h | 51 MojoResult rv = MojoCreateMessagePipe( in CreateMessagePipe()
|
/external/libmojo/mojo/edk/js/ |
D | core.cc | 108 result = MojoCreateMessagePipe(NULL, &handle0, &handle1); in CreateMessagePipe() 121 result = MojoCreateMessagePipe(&options, &handle0, &handle1); in CreateMessagePipe()
|
/external/libmojo/mojo/edk/test/ |
D | mojo_test_base.cc | 100 MojoCreateMessagePipe(nullptr, p0, p1); in CreateMessagePipe()
|
/external/libmojo/mojo/edk/system/ |
D | multiprocess_message_pipe_unittest.cc | 520 MojoCreateMessagePipe(nullptr, &mp1, &mp2)); in TEST_F() 558 MojoCreateMessagePipe(nullptr, &mp2, &mp1)); in TEST_F() 650 MojoCreateMessagePipe(nullptr, &mp2, &mp1)); in TEST_F()
|
D | wait_set_dispatcher_unittest.cc | 61 EXPECT_EQ(MOJO_RESULT_OK, MojoCreateMessagePipe(nullptr, &h0, &h1)); in CreateMessagePipe()
|
D | message_pipe_unittest.cc | 26 CHECK_EQ(MOJO_RESULT_OK, MojoCreateMessagePipe(nullptr, &pipe0_, &pipe1_)); in MessagePipeTest()
|
D | data_pipe_unittest.cc | 1488 MojoCreateMessagePipe(nullptr, &pipe0, &pipe1)); in TEST_F() 1561 MojoCreateMessagePipe(nullptr, &pipe0, &pipe1)); in TEST_F()
|
/external/libmojo/mojo/android/system/ |
D | core_impl.cc | 116 MojoResult result = MojoCreateMessagePipe(options, &handle1, &handle2); in CreateMessagePipe()
|