Home
last modified time | relevance | path

Searched refs:MojoReadData (Results 1 – 9 of 9) sorted by relevance

/external/libchrome/mojo/public/c/system/tests/
Dcore_api_unittest.cc62 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/
Ddata_pipe_unittest.cc103 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()
Dtrap_unittest.cc412 MojoReadData(consumer, &options, large_buffer, &large_read_size)); in TEST_F()
/external/libchrome/mojo/public/c/system/
Ddata_pipe.h358 MojoReadData(MojoHandle data_pipe_consumer_handle,
Dthunks.cc225 MojoResult MojoReadData(MojoHandle data_pipe_consumer_handle, in MojoReadData() function
DREADME.md399 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/
Ddata_pipe.h83 return MojoReadData(value(), &options, elements, num_bytes); in ReadData()
/external/libchrome/mojo/core/test/
Dmojo_test_base.cc276 CHECK_EQ(MojoReadData(consumer, &options, buffer.data(), &num_bytes), in ReadData()
/external/libchrome/mojo/public/java/system/
Dcore_impl.cc194 MojoReadData(mojo_handle, &options, buffer_start, &buffer_size); in JNI_CoreImpl_ReadData()