Home
last modified time | relevance | path

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

/external/libmojo/mojo/edk/system/
Dshared_buffer_dispatcher.cc87 scoped_refptr<PlatformSharedBuffer> shared_buffer; in Create() local
89 shared_buffer = in Create()
92 shared_buffer = in Create()
95 if (!shared_buffer) in Create()
98 *result = CreateInternal(std::move(shared_buffer)); in Create()
104 const scoped_refptr<PlatformSharedBuffer>& shared_buffer, in CreateFromPlatformSharedBuffer() argument
106 if (!shared_buffer) in CreateFromPlatformSharedBuffer()
109 *result = CreateInternal(shared_buffer); in CreateFromPlatformSharedBuffer()
149 scoped_refptr<PlatformSharedBuffer> shared_buffer( in Deserialize() local
153 if (!shared_buffer) { in Deserialize()
[all …]
Dshared_buffer_dispatcher.h53 const scoped_refptr<PlatformSharedBuffer>& shared_buffer,
92 scoped_refptr<PlatformSharedBuffer> shared_buffer) { in CreateInternal() argument
94 new SharedBufferDispatcher(std::move(shared_buffer))); in CreateInternal()
98 scoped_refptr<PlatformSharedBuffer> shared_buffer);
Dmultiprocess_message_pipe_unittest.cc301 MojoHandle shared_buffer; in TEST_F() local
303 MojoCreateSharedBuffer(&options, 100, &shared_buffer)); in TEST_F()
311 shared_buffer, in TEST_F()
343 CHECK_EQ(MojoMapBuffer(shared_buffer, 0, 100, &buffer, in TEST_F()
/external/libmojo/mojo/public/interfaces/bindings/tests/
Dtest_unions.mojom50 handle<shared_buffer> f_shared_buffer;
Dtest_structs.mojom53 handle<shared_buffer> f21;
54 handle<shared_buffer>? f22;