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 53 MojoResult BeginReadData(const void** buffer,
dispatcher.cc 69 MojoResult Dispatcher::BeginReadData(const void** buffer,
dispatcher.h 111 virtual MojoResult BeginReadData(const void** buffer,
data_pipe_unittest.cc 96 MojoResult BeginReadData(const void** elements,
402 BeginReadData(&read_buffer, &num_bytes, false));
712 ASSERT_EQ(MOJO_RESULT_OK, BeginReadData(&read_buffer, &num_bytes, true));
733 ASSERT_EQ(MOJO_RESULT_OK, BeginReadData(&read_buffer, &num_bytes));
    [all...]
core.h 228 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 205 MojoResult DataPipeConsumerDispatcher::BeginReadData(const void** buffer,
core.cc 887 MojoResult Core::BeginReadData(MojoHandle data_pipe_consumer_handle,
897 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 222 static ScopedJavaLocalRef<jobject> BeginReadData(

Completed in 83 milliseconds