Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/c/system/
Ddata_pipe.h210 MojoCreateDataPipe(const struct MojoCreateDataPipeOptions* options,
Dthunks.cc195 MojoResult MojoCreateDataPipe(const MojoCreateDataPipeOptions* options, in MojoCreateDataPipe() function
DREADME.md364 Use `MojoCreateDataPipe` to create a new data pipe. The
372 MojoResult result = MojoCreateDataPipe(NULL, &producer, &consumer);
/external/libchrome/mojo/public/cpp/system/
Ddata_pipe.h124 MojoResult rv = MojoCreateDataPipe(options, in CreateDataPipe()
/external/libchrome/mojo/core/
Dmessage_pipe_unittest.cc339 EXPECT_EQ(MOJO_RESULT_OK, MojoCreateDataPipe(nullptr, &p, &c[i])); in TEST_F()
358 EXPECT_EQ(MOJO_RESULT_OK, MojoCreateDataPipe(nullptr, &p[i], &c)); in TEST_F()
Ddata_pipe_unittest.cc77 return MojoCreateDataPipe(options, &producer_, &consumer_); in Create()
218 MojoCreateDataPipe(options, &producer_handle, &consumer_handle)); in TEST_F()
1893 EXPECT_EQ(MOJO_RESULT_OK, MojoCreateDataPipe(nullptr, &p, &c)); in TEST_F()
1917 ASSERT_EQ(MOJO_RESULT_OK, MojoCreateDataPipe(&options, &p, &c)); in DEFINE_TEST_CLIENT_TEST_WITH_PIPE()
/external/libchrome/mojo/core/test/
Dmojo_test_base.cc249 MojoCreateDataPipe(&options, p0, p1); in CreateDataPipe()
/external/libchrome/mojo/public/c/system/tests/
Dcore_api_unittest.cc159 EXPECT_EQ(MOJO_RESULT_OK, MojoCreateDataPipe(nullptr, &hp, &hc)); in TEST()
/external/libchrome/mojo/public/java/system/
Dcore_impl.cc63 MojoResult result = MojoCreateDataPipe(options, &handle1, &handle2); in JNI_CoreImpl_CreateDataPipe()