Home
last modified time | relevance | path

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

/external/chromium_org/mojo/system/
Ddispatcher_unittest.cc53 d->BeginReadData(NULL, NULL, MOJO_READ_DATA_FLAG_NONE)); in TEST()
80 d->BeginReadData(NULL, NULL, MOJO_READ_DATA_FLAG_NONE)); in TEST()
163 dispatcher_->BeginReadData(NULL, NULL, in Run()
Ddispatcher.h65 MojoResult BeginReadData(const void** buffer,
Dcore_impl.h77 virtual MojoResult BeginReadData(MojoHandle data_pipe_consumer_handle,
Dcore_impl.cc444 MojoResult CoreImpl::BeginReadData(MojoHandle data_pipe_consumer_handle, in BeginReadData() function in mojo::system::CoreImpl
453 return dispatcher->BeginReadData(buffer, buffer_num_elements, flags); in BeginReadData()
Ddispatcher.cc92 MojoResult Dispatcher::BeginReadData(const void** buffer, in BeginReadData() function in mojo::system::Dispatcher
Dcore_impl_unittest.cc87 core()->BeginReadData(h, NULL, NULL, MOJO_READ_DATA_FLAG_NONE)); in TEST_F()
/external/chromium_org/mojo/public/system/
Dcore_private.h61 virtual MojoResult BeginReadData(MojoHandle data_pipe_consumer_handle,
Dcore_private.cc114 return g_core->BeginReadData(data_pipe_consumer_handle, buffer, in MojoBeginReadData()