Searched refs:MojoBeginReadData (Results 1 – 7 of 7) sorted by relevance
/external/libchrome/mojo/public/c/system/tests/ |
D | core_api_unittest.cc | 65 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/ |
D | data_pipe.h | 390 MojoBeginReadData(MojoHandle data_pipe_consumer_handle,
|
D | thunks.cc | 233 MojoResult MojoBeginReadData(MojoHandle data_pipe_consumer_handle, in MojoBeginReadData() function
|
D | README.md | 442 MojoResult result = MojoBeginReadData(consumer, nullptr, &buffer, &num_bytes); 451 result = MojoBeginReadData(consumer, nullptr, &buffer, &num_bytes);
|
/external/libchrome/mojo/public/cpp/system/ |
D | data_pipe.h | 94 return MojoBeginReadData(value(), &options, buffer, buffer_num_bytes); in BeginReadData()
|
/external/libchrome/mojo/public/java/system/ |
D | core_impl.cc | 212 MojoBeginReadData(mojo_handle, &options, &buffer, &buffer_size); in JNI_CoreImpl_BeginReadData()
|
/external/libchrome/mojo/core/ |
D | data_pipe_unittest.cc | 124 return MojoBeginReadData(consumer_, nullptr, elements, num_bytes); in BeginReadData()
|