Home
last modified time | relevance | path

Searched refs:MojoBeginWriteData (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/libchrome/mojo/public/c/system/tests/
H A Dcore_api_unittest.cc58 MojoBeginWriteData(h0, nullptr, &write_pointer, &buffer_size)); in TEST()
212 MojoBeginWriteData(hp, nullptr, &write_pointer, &buffer_size)); in TEST()
/aosp_15_r20/external/libchrome/mojo/public/c/system/
H A Ddata_pipe.h277 MojoBeginWriteData(MojoHandle data_pipe_producer_handle,
H A Dthunks.cc210 MojoResult MojoBeginWriteData(MojoHandle data_pipe_producer_handle, in MojoBeginWriteData() function
H A DREADME.md422 MojoResult result = MojoBeginWriteData(producer, nullptr, &buffer, &num_bytes);
/aosp_15_r20/external/libchrome/mojo/public/cpp/system/
H A Ddata_pipe.h49 return MojoBeginWriteData(value(), &options, buffer, buffer_num_bytes); in BeginWriteData()
/aosp_15_r20/external/libchrome/mojo/public/java/system/
H A Dcore_impl.cc262 MojoBeginWriteData(mojo_handle, &options, &buffer, &buffer_size); in JNI_CoreImpl_BeginWriteData()
/aosp_15_r20/external/libchrome/mojo/core/
H A Ddata_pipe_unittest.cc132 return MojoBeginWriteData(producer_, nullptr, elements, num_bytes); in BeginWriteData()