Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/c/system/tests/
Dcore_api_unittest.cc66 EXPECT_EQ(MOJO_RESULT_INVALID_ARGUMENT, MojoEndReadData(h0, 1, nullptr)); in TEST()
244 EXPECT_EQ(MOJO_RESULT_OK, MojoEndReadData(hc, buffer_size, nullptr)); in TEST()
/external/libchrome/mojo/public/c/system/
Ddata_pipe.h417 MojoEndReadData(MojoHandle data_pipe_consumer_handle,
Dthunks.cc241 MojoResult MojoEndReadData(MojoHandle data_pipe_consumer_handle, in MojoEndReadData() function
DREADME.md448 result = MojoEndReadData(consumer, 1, nullptr);
453 result = MojoEndReadData(consumer, 5, nullptr);
/external/libchrome/mojo/public/cpp/system/
Ddata_pipe.h100 return MojoEndReadData(value(), num_bytes_read, nullptr); in EndReadData()
/external/libchrome/mojo/public/java/system/
Dcore_impl.cc226 return MojoEndReadData(mojo_handle, num_bytes_read, nullptr); in JNI_CoreImpl_EndReadData()
/external/libchrome/mojo/core/
Ddata_pipe_unittest.cc128 return MojoEndReadData(consumer_, num_bytes_read, nullptr); in EndReadData()