Searched refs:MojoEndWriteData (Results 1 – 7 of 7) sorted by relevance
/external/libchrome/mojo/public/c/system/ |
D | data_pipe.h | 306 MojoEndWriteData(MojoHandle data_pipe_producer_handle,
|
D | thunks.cc | 218 MojoResult MojoEndWriteData(MojoHandle data_pipe_producer_handle, in MojoEndWriteData() function
|
D | README.md | 434 MojoResult result = MojoEndWriteData(producer, 6, nullptr);
|
/external/libchrome/mojo/public/c/system/tests/ |
D | core_api_unittest.cc | 59 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/ |
D | data_pipe.h | 55 return MojoEndWriteData(value(), num_bytes_written, nullptr); in EndWriteData()
|
/external/libchrome/mojo/public/java/system/ |
D | core_impl.cc | 276 return MojoEndWriteData(mojo_handle, num_bytes_written, nullptr); in JNI_CoreImpl_EndWriteData()
|
/external/libchrome/mojo/core/ |
D | data_pipe_unittest.cc | 136 return MojoEndWriteData(producer_, num_bytes_written, nullptr); in EndWriteData()
|