Home
last modified time | relevance | path

Searched refs:shared_buffer (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/mojo/public/mojom/base/
Dshared_memory.mojom10 handle<shared_buffer> buffer;
17 handle<shared_buffer> buffer;
24 handle<shared_buffer> buffer;
Dbig_buffer.mojom8 handle<shared_buffer> buffer_handle;
/external/libchrome/libchrome_tools/patch/
Dhandle_table.patch28 - return "shared_buffer";
50 +// return "shared_buffer";
/external/libchrome/mojo/core/
Dmultiprocess_message_pipe_unittest.cc329 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/
Dtest_unions.mojom52 handle<shared_buffer> f_shared_buffer;
Dtest_structs.mojom53 handle<shared_buffer> f21;
54 handle<shared_buffer>? f22;
/external/libchrome/mojo/public/tools/bindings/
DREADME.md92 | `handle<shared_buffer>` | Shared buffer handle.
245 handle<shared_buffer> dumping_ground;
734 | "shared_buffer"
/external/libchrome/mojo/public/cpp/bindings/
DREADME.md1441 | `handle<shared_buffer>` | `mojo::ScopedSharedBufferHandle`