Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/cpp/system/
Dmessage.h52 inline MojoResult AllocMessage(size_t num_bytes, in AllocMessage() function
/external/libmojo/mojo/public/c/system/
Dthunks.h133 MojoResult (*AllocMessage)(uint32_t num_bytes, member
/external/libmojo/mojo/public/cpp/bindings/tests/
Dconnector_unittest.cc99 void AllocMessage(const char* text, Message* message) { in AllocMessage() function in mojo::test::__anoncc38a58a0111::ConnectorTest
/external/libmojo/mojo/edk/system/
Dnode_controller.cc824 void NodeController::AllocMessage(size_t num_header_bytes, in AllocMessage() function in mojo::edk::NodeController
Dcore.cc451 MojoResult Core::AllocMessage(uint32_t num_bytes, in AllocMessage() function in mojo::edk::Core
/external/libmojo/mojo/edk/system/ports/
Dports_unittest.cc204 void AllocMessage(size_t num_header_bytes, ScopedMessage* message) override { in AllocMessage() function in mojo::edk::ports::test::__anon6f3432360111::TestNode