Home
last modified time | relevance | path

Searched defs:CreateMessagePipe (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/libchrome/mojo/public/cpp/system/
H A Dmessage_pipe.h47 inline MojoResult CreateMessagePipe(const MojoCreateMessagePipeOptions* options, in CreateMessagePipe() function
/aosp_15_r20/external/libchrome/mojo/public/c/system/
H A Dthunks.h46 MojoResult (*CreateMessagePipe)( member
/aosp_15_r20/external/libchrome/mojo/core/test/
H A Dmojo_test_base.cc101 void MojoTestBase::CreateMessagePipe(MojoHandle* p0, MojoHandle* p1) { in CreateMessagePipe() function in mojo::core::test::MojoTestBase
/aosp_15_r20/external/libchrome/mojo/core/
H A Dmultiprocess_message_pipe_unittest.cc694 TEST_P(MultiprocessMessagePipeTestWithPeerSupport, CreateMessagePipe) { in TEST_P() argument
H A Dcore.cc526 MojoResult Core::CreateMessagePipe(const MojoCreateMessagePipeOptions* options, in CreateMessagePipe() function in mojo::core::Core