Searched refs:MojoEndReadData (Results 1 – 7 of 7) sorted by relevance
/external/libchrome/mojo/public/c/system/tests/ |
D | core_api_unittest.cc | 66 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/ |
D | data_pipe.h | 417 MojoEndReadData(MojoHandle data_pipe_consumer_handle,
|
D | thunks.cc | 241 MojoResult MojoEndReadData(MojoHandle data_pipe_consumer_handle, in MojoEndReadData() function
|
D | README.md | 448 result = MojoEndReadData(consumer, 1, nullptr); 453 result = MojoEndReadData(consumer, 5, nullptr);
|
/external/libchrome/mojo/public/cpp/system/ |
D | data_pipe.h | 100 return MojoEndReadData(value(), num_bytes_read, nullptr); in EndReadData()
|
/external/libchrome/mojo/public/java/system/ |
D | core_impl.cc | 226 return MojoEndReadData(mojo_handle, num_bytes_read, nullptr); in JNI_CoreImpl_EndReadData()
|
/external/libchrome/mojo/core/ |
D | data_pipe_unittest.cc | 128 return MojoEndReadData(consumer_, num_bytes_read, nullptr); in EndReadData()
|