Searched defs:CreateMessagePipe (Results 1 - 8 of 8) sorted by relevance

/external/libmojo/mojo/edk/embedder/
H A Dpending_process_connection.cc26 ScopedMessagePipeHandle PendingProcessConnection::CreateMessagePipe( function in class:mojo::edk::PendingProcessConnection
/external/libmojo/mojo/public/c/system/
H A Dthunks.h53 MojoResult (*CreateMessagePipe)( member in struct:MojoSystemThunks
/external/libmojo/mojo/public/cpp/system/
H A Dmessage_pipe.h44 inline MojoResult CreateMessagePipe(const MojoCreateMessagePipeOptions* options, function in namespace:mojo
140 MojoResult result = CreateMessagePipe(nullptr, &handle0, &handle1);
147 MojoResult result = CreateMessagePipe(&options, &handle0, &handle1);
/external/libmojo/mojo/android/system/
H A Dcore_impl.cc64 static ScopedJavaLocalRef<jobject> CreateMessagePipe( function in namespace:mojo::android
/external/libmojo/mojo/edk/js/
H A Dcore.cc97 gin::Dictionary CreateMessagePipe(const gin::Arguments& args) { function in namespace:mojo::edk::js::__anon11785
312 .SetMethod("createMessagePipe", CreateMessagePipe)
/external/libmojo/mojo/edk/system/
H A Dwait_set_dispatcher_unittest.cc33 CreateMessagePipe(&dispatcher0_, &dispatcher1_);
58 void CreateMessagePipe(scoped_refptr<MessagePipeDispatcher>* d0, function in class:mojo::edk::__anon11818::WaitSetDispatcherTest
253 CreateMessagePipe(&mp1_dispatcher0, &mp1_dispatcher1);
H A Dcore.cc609 MojoResult Core::CreateMessagePipe( function in class:mojo::edk::Core
/external/libmojo/mojo/edk/test/
H A Dmojo_test_base.cc106 void MojoTestBase::CreateMessagePipe(MojoHandle *p0, MojoHandle* p1) { function in class:mojo::edk::test::MojoTestBase

Completed in 175 milliseconds