Home
last modified time | relevance | path

Searched refs:BeginReadData (Results 1 – 13 of 13) sorted by relevance

/external/libmojo/mojo/edk/system/
Ddata_pipe_unittest.cc96 MojoResult BeginReadData(const void** elements, in BeginReadData() function in mojo::edk::__anon3dd879de0111::DataPipeTest
402 BeginReadData(&read_buffer, &num_bytes, false)); in TEST_F()
712 ASSERT_EQ(MOJO_RESULT_OK, BeginReadData(&read_buffer, &num_bytes, true)); in TEST_F()
733 ASSERT_EQ(MOJO_RESULT_OK, BeginReadData(&read_buffer, &num_bytes)); in TEST_F()
841 ASSERT_EQ(MOJO_RESULT_OK, BeginReadData(&read_ptr, &num_bytes)); in TEST_F()
1121 ASSERT_EQ(MOJO_RESULT_OK, BeginReadData(&read_buffer_ptr, &num_bytes, false)); in TEST_F()
1182 BeginReadData(&read_buffer_ptr, &num_bytes)); in TEST_F()
1197 BeginReadData(&read_buffer_ptr, &num_bytes)); in TEST_F()
1245 ASSERT_EQ(MOJO_RESULT_OK, BeginReadData(&read_buffer_ptr, &num_bytes)); in TEST_F()
1357 BeginReadData(&read_buffer_ptr, &num_bytes)); in TEST_F()
[all …]
Ddata_pipe_consumer_dispatcher.h53 MojoResult BeginReadData(const void** buffer,
Ddispatcher.h111 virtual MojoResult BeginReadData(const void** buffer,
Ddispatcher.cc69 MojoResult Dispatcher::BeginReadData(const void** buffer, in BeginReadData() function in mojo::edk::Dispatcher
Dcore_unittest.cc92 core()->BeginReadData(h, nullptr, nullptr, in TEST_F()
973 core()->BeginReadData(ch, &read_ptr, &num_bytes, in TEST_F()
979 core()->BeginReadData(ch, &read_ptr, &num_bytes, in TEST_F()
1209 core()->BeginReadData(ch, &read_ptr, &num_bytes, in TEST_F()
Dcore.h228 MojoResult BeginReadData(MojoHandle data_pipe_consumer_handle,
Dcore_test_base.cc98 MojoResult BeginReadData(const void** buffer, in BeginReadData() function in mojo::edk::test::__anon28ec1f1a0111::MockDispatcher
Ddata_pipe_consumer_dispatcher.cc205 MojoResult DataPipeConsumerDispatcher::BeginReadData(const void** buffer, in BeginReadData() function in mojo::edk::DataPipeConsumerDispatcher
Dcore.cc887 MojoResult Core::BeginReadData(MojoHandle data_pipe_consumer_handle, in BeginReadData() function in mojo::edk::Core
897 return dispatcher->BeginReadData(buffer, buffer_num_bytes, flags); in BeginReadData()
/external/libmojo/mojo/public/c/system/
Dthunks.cc119 assert(g_thunks.BeginReadData); in MojoBeginReadData()
120 return g_thunks.BeginReadData(data_pipe_consumer_handle, buffer, in MojoBeginReadData()
Dthunks.h86 MojoResult (*BeginReadData)(MojoHandle data_pipe_consumer_handle, member
/external/libmojo/mojo/edk/embedder/
Dentrypoints.cc187 return g_core->BeginReadData(data_pipe_consumer_handle, buffer, in MojoBeginReadDataImpl()
/external/libmojo/mojo/android/system/
Dcore_impl.cc222 static ScopedJavaLocalRef<jobject> BeginReadData( in BeginReadData() function