HomeSort by relevance Sort by last modified time
    Searched refs:BeginReadData (Results 1 - 13 of 13) sorted by null

  /external/libmojo/mojo/edk/system/
data_pipe_consumer_dispatcher.h 54 MojoResult BeginReadData(const void** buffer,
data_pipe_unittest.cc 91 MojoResult BeginReadData(const void** elements,
392 BeginReadData(&read_buffer, &num_bytes, false));
630 ASSERT_EQ(MOJO_RESULT_OK, BeginReadData(&read_buffer, &num_bytes, true));
650 ASSERT_EQ(MOJO_RESULT_OK, BeginReadData(&read_buffer, &num_bytes));
753 ASSERT_EQ(MOJO_RESULT_OK, BeginReadData(&read_ptr, &num_bytes));
    [all...]
dispatcher.cc 69 MojoResult Dispatcher::BeginReadData(const void** buffer,
dispatcher.h 111 virtual MojoResult BeginReadData(const void** buffer,
core.h 217 MojoResult BeginReadData(MojoHandle data_pipe_consumer_handle,
core_test_base.cc 98 MojoResult BeginReadData(const void** buffer,
core_unittest.cc 92 core()->BeginReadData(h, nullptr, nullptr,
    [all...]
data_pipe_consumer_dispatcher.cc 203 MojoResult DataPipeConsumerDispatcher::BeginReadData(const void** buffer,
core.cc 871 MojoResult Core::BeginReadData(MojoHandle data_pipe_consumer_handle,
881 return dispatcher->BeginReadData(buffer, buffer_num_bytes, flags);
    [all...]
  /external/libmojo/mojo/public/c/system/
thunks.h 86 MojoResult (*BeginReadData)(MojoHandle data_pipe_consumer_handle,
thunks.cc 119 assert(g_thunks.BeginReadData);
120 return g_thunks.BeginReadData(data_pipe_consumer_handle, buffer,
  /external/libmojo/mojo/edk/embedder/
entrypoints.cc 187 return g_core->BeginReadData(data_pipe_consumer_handle, buffer,
  /external/libmojo/mojo/android/system/
core_impl.cc 258 static ScopedJavaLocalRef<jobject> BeginReadData(

Completed in 200 milliseconds