/external/libmojo/mojo/edk/system/ |
D | data_pipe_unittest.cc | 96 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 …]
|
D | data_pipe_consumer_dispatcher.h | 53 MojoResult BeginReadData(const void** buffer,
|
D | dispatcher.h | 111 virtual MojoResult BeginReadData(const void** buffer,
|
D | dispatcher.cc | 69 MojoResult Dispatcher::BeginReadData(const void** buffer, in BeginReadData() function in mojo::edk::Dispatcher
|
D | core_unittest.cc | 92 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()
|
D | core.h | 228 MojoResult BeginReadData(MojoHandle data_pipe_consumer_handle,
|
D | core_test_base.cc | 98 MojoResult BeginReadData(const void** buffer, in BeginReadData() function in mojo::edk::test::__anon28ec1f1a0111::MockDispatcher
|
D | data_pipe_consumer_dispatcher.cc | 205 MojoResult DataPipeConsumerDispatcher::BeginReadData(const void** buffer, in BeginReadData() function in mojo::edk::DataPipeConsumerDispatcher
|
D | core.cc | 887 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/ |
D | thunks.cc | 119 assert(g_thunks.BeginReadData); in MojoBeginReadData() 120 return g_thunks.BeginReadData(data_pipe_consumer_handle, buffer, in MojoBeginReadData()
|
D | thunks.h | 86 MojoResult (*BeginReadData)(MojoHandle data_pipe_consumer_handle, member
|
/external/libmojo/mojo/edk/embedder/ |
D | entrypoints.cc | 187 return g_core->BeginReadData(data_pipe_consumer_handle, buffer, in MojoBeginReadDataImpl()
|
/external/libmojo/mojo/android/system/ |
D | core_impl.cc | 222 static ScopedJavaLocalRef<jobject> BeginReadData( in BeginReadData() function
|