Home | History | Annotate | Download | only in core

Lines Matching refs:MojoCreateDataPipe

77     return MojoCreateDataPipe(options, &producer_, &consumer_);
218 MojoCreateDataPipe(options, &producer_handle, &consumer_handle));
1893 EXPECT_EQ(MOJO_RESULT_OK, MojoCreateDataPipe(nullptr, &p, &c));
1917 ASSERT_EQ(MOJO_RESULT_OK, MojoCreateDataPipe(&options, &p, &c));