Home
last modified time | relevance | path

Searched refs:message_pipe_handle0 (Results 1 – 6 of 6) sorted by relevance

/external/libmojo/mojo/edk/embedder/
Dentrypoints.cc101 MojoHandle* message_pipe_handle0, in MojoCreateMessagePipeImpl() argument
103 return g_core->CreateMessagePipe(options, message_pipe_handle0, in MojoCreateMessagePipeImpl()
/external/libmojo/mojo/public/c/system/
Dthunks.cc45 MojoHandle* message_pipe_handle0, in MojoCreateMessagePipe() argument
48 return g_thunks.CreateMessagePipe(options, message_pipe_handle0, in MojoCreateMessagePipe()
Dmessage_pipe.h122 MojoHandle* message_pipe_handle0, // Out.
Dthunks.h55 MojoHandle* message_pipe_handle0,
/external/libmojo/mojo/edk/system/
Dcore.cc597 MojoHandle* message_pipe_handle0, in CreateMessagePipe() argument
603 CHECK(message_pipe_handle0); in CreateMessagePipe()
608 *message_pipe_handle0 = AddDispatcher( in CreateMessagePipe()
610 if (*message_pipe_handle0 == MOJO_HANDLE_INVALID) in CreateMessagePipe()
620 handles_.GetAndRemoveDispatcher(*message_pipe_handle0, &unused); in CreateMessagePipe()
Dcore.h169 MojoHandle* message_pipe_handle0,