Searched refs:MojoReadData (Results 1 – 9 of 9) sorted by relevance
/external/libchrome/mojo/public/c/system/tests/ |
D | core_api_unittest.cc | 62 MojoReadData(h0, nullptr, buffer, &buffer_size)); in TEST() 182 MojoReadData(hc, nullptr, buffer, &buffer_size)); in TEST() 224 EXPECT_EQ(MOJO_RESULT_OK, MojoReadData(hc, nullptr, buffer, &buffer_size)); in TEST()
|
/external/libchrome/mojo/core/ |
D | data_pipe_unittest.cc | 103 return MojoReadData(consumer_, &options, elements, num_bytes); in ReadData() 110 return MojoReadData(consumer_, &options, nullptr, num_bytes); in QueryData() 120 return MojoReadData(consumer_, &options, nullptr, num_bytes); in DiscardData() 638 MojoReadData(consumer_, &read_options, read_elements, &num_read_bytes)); in TEST_F() 655 EXPECT_EQ(MOJO_RESULT_OK, MojoReadData(consumer_, &read_options, in TEST_F() 1698 MojoResult result = MojoReadData(consumer, nullptr, elements, &read_bytes); in ReadAllData() 1709 MojoReadData(consumer, &options, nullptr, &num_bytes); in ReadAllData() 1878 EXPECT_EQ(MOJO_RESULT_OK, MojoReadData(c, nullptr, bytes.data(), &num_bytes)); in DEFINE_TEST_CLIENT_TEST_WITH_PIPE() 1945 MojoReadData(c, nullptr, bytes.data(), &num_bytes)); in TEST_F() 2014 result = MojoReadData(consumers[2], nullptr, &byte, &num_bytes); in DEFINE_TEST_CLIENT_TEST_WITH_PIPE()
|
D | trap_unittest.cc | 412 MojoReadData(consumer, &options, large_buffer, &large_read_size)); in TEST_F()
|
/external/libchrome/mojo/public/c/system/ |
D | data_pipe.h | 358 MojoReadData(MojoHandle data_pipe_consumer_handle,
|
D | thunks.cc | 225 MojoResult MojoReadData(MojoHandle data_pipe_consumer_handle, in MojoReadData() function
|
D | README.md | 399 MojoResult result = MojoReadData(consumer, nullptr, buffer, &num_bytes); 405 `MojoReadData` supports a number of interesting flags to change the behavior:
|
/external/libchrome/mojo/public/cpp/system/ |
D | data_pipe.h | 83 return MojoReadData(value(), &options, elements, num_bytes); in ReadData()
|
/external/libchrome/mojo/core/test/ |
D | mojo_test_base.cc | 276 CHECK_EQ(MojoReadData(consumer, &options, buffer.data(), &num_bytes), in ReadData()
|
/external/libchrome/mojo/public/java/system/ |
D | core_impl.cc | 194 MojoReadData(mojo_handle, &options, buffer_start, &buffer_size); in JNI_CoreImpl_ReadData()
|