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

  /external/chromium_org/mojo/public/platform/native/
system_thunks.cc 120 assert(g_thunks.EndReadData);
121 return g_thunks.EndReadData(data_pipe_consumer_handle, num_elements_read);
system_thunks.h 82 MojoResult (*EndReadData)(MojoHandle data_pipe_consumer_handle,
  /external/chromium_org/mojo/system/
dispatcher_unittest.cc 63 d->EndReadData(0));
90 d->EndReadData(0));
178 dispatcher_->EndReadData(0));
core.h 87 MojoResult EndReadData(MojoHandle data_pipe_consumer_handle,
entrypoints.cc 128 return g_core->EndReadData(data_pipe_consumer_handle, num_elements_read);
core.cc 403 MojoResult Core::EndReadData(MojoHandle data_pipe_consumer_handle,
410 return dispatcher->EndReadData(num_bytes_read);
dispatcher.h 107 MojoResult EndReadData(uint32_t num_bytes_read);
dispatcher.cc 187 MojoResult Dispatcher::EndReadData(uint32_t num_bytes_read) {
core_unittest.cc 92 core()->EndReadData(h, 0));
660 EXPECT_EQ(MOJO_RESULT_OK, core()->EndReadData(ch, 2u));
    [all...]
  /external/chromium_org/mojo/android/system/
core_impl.cc 230 static jint EndReadData(JNIEnv* env,

Completed in 46 milliseconds