Home
last modified time | relevance | path

Searched refs:AllocMessage (Results 1 – 15 of 15) sorted by relevance

/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
124 AllocMessage(kText, &message); in TEST_F()
153 AllocMessage(kText, &message); in TEST_F()
185 AllocMessage(kText, &message); in TEST_F()
211 AllocMessage(kText[i], &message); in TEST_F()
246 AllocMessage(kText[i], &message); in TEST_F()
275 AllocMessage(kText, &message); in TEST_F()
307 AllocMessage(kText, &message1); in TEST_F()
348 AllocMessage(kText, &message2); in TEST_F()
383 AllocMessage(kText, &message); in TEST_F()
[all …]
/external/libmojo/mojo/edk/system/ports/
Dnode_delegate.h28 virtual void AllocMessage(size_t num_header_bytes,
Dnode.cc1370 delegate_->AllocMessage(sizeof(EventHeader) + num_data_bytes, &message); in NewInternalMessage_Helper()
Dports_unittest.cc204 void AllocMessage(size_t num_header_bytes, ScopedMessage* message) override { in AllocMessage() function in mojo::edk::ports::test::__anon6f3432360111::TestNode
/external/libmojo/mojo/public/cpp/bindings/lib/
Dmessage_buffer.cc17 MojoResult rv = AllocMessage(capacity, nullptr, 0, in MessageBuffer()
Dmessage.cc135 MojoResult rv = AllocMessage( in TakeMojoMessage()
/external/libmojo/mojo/public/c/system/
Dthunks.cc229 assert(g_thunks.AllocMessage); in MojoAllocMessage()
230 return g_thunks.AllocMessage( in MojoAllocMessage()
Dthunks.h133 MojoResult (*AllocMessage)(uint32_t num_bytes, member
/external/libmojo/mojo/public/cpp/system/
Dmessage.h52 inline MojoResult AllocMessage(size_t num_bytes, in AllocMessage() function
/external/libmojo/mojo/edk/system/
Dcore.h153 MojoResult AllocMessage(uint32_t num_bytes,
Dnode_controller.h198 void AllocMessage(size_t num_header_bytes,
Dcore.cc451 MojoResult Core::AllocMessage(uint32_t num_bytes, in AllocMessage() function in mojo::edk::Core
651 MojoResult rv = AllocMessage(num_bytes, handles, num_handles, in WriteMessage()
Dwait_set_dispatcher_unittest.cc84 core->AllocMessage(static_cast<uint32_t>(num_bytes), nullptr, 0, in WriteMessage()
Dnode_controller.cc824 void NodeController::AllocMessage(size_t num_header_bytes, in AllocMessage() function in mojo::edk::NodeController
/external/libmojo/mojo/edk/embedder/
Dentrypoints.cc64 return g_core->AllocMessage(num_bytes, handles, num_handles, flags, message); in MojoAllocMessageImpl()