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::__anoncc38a58a0111::ConnectorTest |
/external/libmojo/mojo/edk/system/ | ||
D | node_controller.cc | 824 void NodeController::AllocMessage(size_t num_header_bytes, in AllocMessage() function in mojo::edk::NodeController |
D | core.cc | 451 MojoResult Core::AllocMessage(uint32_t num_bytes, in AllocMessage() function in mojo::edk::Core |
/external/libmojo/mojo/edk/system/ports/ | ||
D | ports_unittest.cc | 204 void AllocMessage(size_t num_header_bytes, ScopedMessage* message) override { in AllocMessage() function in mojo::edk::ports::test::__anon6f3432360111::TestNode |