Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/c/system/tests/
Dcore_api_unittest.cc65 MojoBeginReadData(h0, nullptr, &read_pointer, &buffer_size)); in TEST()
187 MojoBeginReadData(hc, nullptr, &read_pointer, &buffer_size)); in TEST()
241 MojoBeginReadData(hc, nullptr, &read_pointer, &buffer_size)); in TEST()
/external/libchrome/mojo/public/c/system/
Ddata_pipe.h390 MojoBeginReadData(MojoHandle data_pipe_consumer_handle,
Dthunks.cc233 MojoResult MojoBeginReadData(MojoHandle data_pipe_consumer_handle, in MojoBeginReadData() function
DREADME.md442 MojoResult result = MojoBeginReadData(consumer, nullptr, &buffer, &num_bytes);
451 result = MojoBeginReadData(consumer, nullptr, &buffer, &num_bytes);
/external/libchrome/mojo/public/cpp/system/
Ddata_pipe.h94 return MojoBeginReadData(value(), &options, buffer, buffer_num_bytes); in BeginReadData()
/external/libchrome/mojo/public/java/system/
Dcore_impl.cc212 MojoBeginReadData(mojo_handle, &options, &buffer, &buffer_size); in JNI_CoreImpl_BeginReadData()
/external/libchrome/mojo/core/
Ddata_pipe_unittest.cc124 return MojoBeginReadData(consumer_, nullptr, elements, num_bytes); in BeginReadData()