Home
last modified time | relevance | path

Searched defs:CreateDataPipe (Results 1 – 6 of 6) sorted by relevance

/external/libmojo/mojo/public/cpp/system/
Ddata_pipe.h62 inline MojoResult CreateDataPipe( in CreateDataPipe() function
/external/libmojo/mojo/public/c/system/
Dthunks.h69 MojoResult (*CreateDataPipe)(const struct MojoCreateDataPipeOptions* options, member
/external/libmojo/mojo/edk/test/
Dmojo_test_base.cc268 void MojoTestBase::CreateDataPipe(MojoHandle *p0, in CreateDataPipe() function in mojo::edk::test::MojoTestBase
/external/libmojo/mojo/edk/js/
Dcore.cc194 gin::Dictionary CreateDataPipe(const gin::Arguments& args) { in CreateDataPipe() function
/external/libmojo/mojo/android/system/
Dcore_impl.cc120 static ScopedJavaLocalRef<jobject> CreateDataPipe( in CreateDataPipe() function
/external/libmojo/mojo/edk/system/
Dcore.cc765 MojoResult Core::CreateDataPipe( in CreateDataPipe() function in mojo::edk::Core