/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 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/ |
D | node_delegate.h | 28 virtual void AllocMessage(size_t num_header_bytes,
|
D | node.cc | 1370 delegate_->AllocMessage(sizeof(EventHeader) + num_data_bytes, &message); in NewInternalMessage_Helper()
|
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
|
/external/libmojo/mojo/public/cpp/bindings/lib/ |
D | message_buffer.cc | 17 MojoResult rv = AllocMessage(capacity, nullptr, 0, in MessageBuffer()
|
D | message.cc | 135 MojoResult rv = AllocMessage( in TakeMojoMessage()
|
/external/libmojo/mojo/public/c/system/ |
D | thunks.cc | 229 assert(g_thunks.AllocMessage); in MojoAllocMessage() 230 return g_thunks.AllocMessage( in MojoAllocMessage()
|
D | thunks.h | 133 MojoResult (*AllocMessage)(uint32_t num_bytes, member
|
/external/libmojo/mojo/public/cpp/system/ |
D | message.h | 52 inline MojoResult AllocMessage(size_t num_bytes, in AllocMessage() function
|
/external/libmojo/mojo/edk/system/ |
D | core.h | 153 MojoResult AllocMessage(uint32_t num_bytes,
|
D | node_controller.h | 198 void AllocMessage(size_t num_header_bytes,
|
D | core.cc | 451 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()
|
D | wait_set_dispatcher_unittest.cc | 84 core->AllocMessage(static_cast<uint32_t>(num_bytes), nullptr, 0, in WriteMessage()
|
D | node_controller.cc | 824 void NodeController::AllocMessage(size_t num_header_bytes, in AllocMessage() function in mojo::edk::NodeController
|
/external/libmojo/mojo/edk/embedder/ |
D | entrypoints.cc | 64 return g_core->AllocMessage(num_bytes, handles, num_handles, flags, message); in MojoAllocMessageImpl()
|