Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/c/system/
Ddata_pipe.h306 MojoEndWriteData(MojoHandle data_pipe_producer_handle,
Dthunks.cc218 MojoResult MojoEndWriteData(MojoHandle data_pipe_producer_handle, in MojoEndWriteData() function
DREADME.md434 MojoResult result = MojoEndWriteData(producer, 6, nullptr);
/external/libchrome/mojo/public/c/system/tests/
Dcore_api_unittest.cc59 EXPECT_EQ(MOJO_RESULT_INVALID_ARGUMENT, MojoEndWriteData(h0, 1, nullptr)); in TEST()
219 MojoEndWriteData(hp, static_cast<uint32_t>(sizeof(kWorld)), nullptr)); in TEST()
/external/libchrome/mojo/public/cpp/system/
Ddata_pipe.h55 return MojoEndWriteData(value(), num_bytes_written, nullptr); in EndWriteData()
/external/libchrome/mojo/public/java/system/
Dcore_impl.cc276 return MojoEndWriteData(mojo_handle, num_bytes_written, nullptr); in JNI_CoreImpl_EndWriteData()
/external/libchrome/mojo/core/
Ddata_pipe_unittest.cc136 return MojoEndWriteData(producer_, num_bytes_written, nullptr); in EndWriteData()