Home
last modified time | relevance | path

Searched refs:MojoCreateDataPipe (Results 1 – 9 of 9) sorted by relevance

/external/libmojo/mojo/public/c/system/
Ddata_pipe.h130 MOJO_SYSTEM_EXPORT MojoResult MojoCreateDataPipe(
Dthunks.cc74 MojoResult MojoCreateDataPipe(const MojoCreateDataPipeOptions* options, in MojoCreateDataPipe() function
/external/libmojo/mojo/public/cpp/system/
Ddata_pipe.h70 MojoResult rv = MojoCreateDataPipe(options, in CreateDataPipe()
/external/libmojo/mojo/edk/js/
Dcore.cc205 result = MojoCreateDataPipe(NULL, &producer_handle, &consumer_handle); in CreateDataPipe()
220 result = MojoCreateDataPipe(&options, &producer_handle, &consumer_handle); in CreateDataPipe()
/external/libmojo/mojo/edk/system/
Dmessage_pipe_unittest.cc503 EXPECT_EQ(MOJO_RESULT_OK, MojoCreateDataPipe(nullptr, &p, &c[i])); in TEST_F()
522 EXPECT_EQ(MOJO_RESULT_OK, MojoCreateDataPipe(nullptr, &p[i], &c)); in TEST_F()
Ddata_pipe_unittest.cc56 return MojoCreateDataPipe(options, &producer_, &consumer_); in Create()
198 MojoCreateDataPipe(options, &producer_handle, &consumer_handle)); in TEST_F()
1837 EXPECT_EQ(MOJO_RESULT_OK, MojoCreateDataPipe(nullptr, &p ,&c)); in TEST_F()
1861 ASSERT_EQ(MOJO_RESULT_OK, MojoCreateDataPipe(&options, &p, &c)); in DEFINE_TEST_CLIENT_TEST_WITH_PIPE()
/external/libmojo/mojo/public/c/system/tests/
Dcore_unittest.cc185 EXPECT_EQ(MOJO_RESULT_OK, MojoCreateDataPipe(nullptr, &hp, &hc)); in TEST()
/external/libmojo/mojo/edk/test/
Dmojo_test_base.cc277 MojoCreateDataPipe(&options, p0, p1); in CreateDataPipe()
/external/libmojo/mojo/android/system/
Dcore_impl.cc136 MojoResult result = MojoCreateDataPipe(options, &handle1, &handle2); in CreateDataPipe()