Searched refs:shared_buffer (Results 1 – 8 of 8) sorted by relevance
/external/libchrome/mojo/public/mojom/base/ |
D | shared_memory.mojom | 10 handle<shared_buffer> buffer; 17 handle<shared_buffer> buffer; 24 handle<shared_buffer> buffer;
|
D | big_buffer.mojom | 8 handle<shared_buffer> buffer_handle;
|
/external/libchrome/libchrome_tools/patch/ |
D | handle_table.patch | 28 - return "shared_buffer"; 50 +// return "shared_buffer";
|
/external/libchrome/mojo/core/ |
D | multiprocess_message_pipe_unittest.cc | 329 MojoHandle shared_buffer; in TEST_F() local 331 MojoCreateSharedBuffer(100, &options, &shared_buffer)); in TEST_F() 335 MojoGetBufferInfo(shared_buffer, nullptr, &buffer_info)); in TEST_F() 343 MojoDuplicateBufferHandle(shared_buffer, nullptr, in TEST_F() 347 MojoGetBufferInfo(shared_buffer, nullptr, &buffer_info)); in TEST_F() 375 CHECK_EQ(MojoMapBuffer(shared_buffer, 0, 100, nullptr, &buffer), in TEST_F()
|
/external/libchrome/mojo/public/interfaces/bindings/tests/ |
D | test_unions.mojom | 52 handle<shared_buffer> f_shared_buffer;
|
D | test_structs.mojom | 53 handle<shared_buffer> f21; 54 handle<shared_buffer>? f22;
|
/external/libchrome/mojo/public/tools/bindings/ |
D | README.md | 92 | `handle<shared_buffer>` | Shared buffer handle. 245 handle<shared_buffer> dumping_ground; 734 | "shared_buffer"
|
/external/libchrome/mojo/public/cpp/bindings/ |
D | README.md | 1441 | `handle<shared_buffer>` | `mojo::ScopedSharedBufferHandle`
|