Searched defs:AllocMessage (Results 1 – 6 of 6) sorted by relevance
/external/libmojo/mojo/public/cpp/system/ | ||
D | message.h | 52 inline MojoResult AllocMessage(size_t num_bytes, in AllocMessage() function |
/external/libmojo/mojo/public/c/system/ | ||
D | thunks.h | 133 MojoResult (*AllocMessage)(uint32_t num_bytes, member |
/external/libmojo/mojo/public/cpp/bindings/tests/ | ||
D | connector_unittest.cc | 99 void AllocMessage(const char* text, Message* message) { in AllocMessage() function in mojo::test::__anonfe9cfbad0111::ConnectorTest |
/external/libmojo/mojo/edk/system/ | ||
D | node_controller.cc | 728 void NodeController::AllocMessage(size_t num_header_bytes, in AllocMessage() function in mojo::edk::NodeController |
D | core.cc | 437 MojoResult Core::AllocMessage(uint32_t num_bytes, in AllocMessage() function in mojo::edk::Core |
/external/libmojo/mojo/edk/system/ports/ | ||
D | ports_unittest.cc | 202 void AllocMessage(size_t num_header_bytes, ScopedMessage* message) override { in AllocMessage() function in mojo::edk::ports::test::__anone22bd3790111::TestNodeDelegate |