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

  /external/chromium_org/mojo/public/platform/native/
system_thunks.cc 113 assert(g_thunks.BeginReadData);
114 return g_thunks.BeginReadData(data_pipe_consumer_handle, buffer,
system_thunks.h 78 MojoResult (*BeginReadData)(MojoHandle data_pipe_consumer_handle,
  /external/chromium_org/mojo/system/
dispatcher_unittest.cc 61 d->BeginReadData(NULL, NULL, MOJO_READ_DATA_FLAG_NONE));
88 d->BeginReadData(NULL, NULL, MOJO_READ_DATA_FLAG_NONE));
173 dispatcher_->BeginReadData(NULL, NULL,
core.h 83 MojoResult BeginReadData(MojoHandle data_pipe_consumer_handle,
entrypoints.cc 122 return g_core->BeginReadData(
core.cc 391 MojoResult Core::BeginReadData(MojoHandle data_pipe_consumer_handle,
400 return dispatcher->BeginReadData(buffer, buffer_num_bytes, flags);
dispatcher.h 104 MojoResult BeginReadData(const void** buffer,
dispatcher.cc 177 MojoResult Dispatcher::BeginReadData(const void** buffer,
core_unittest.cc 87 core()->BeginReadData(h, NULL, NULL, MOJO_READ_DATA_FLAG_NONE));
646 core()->BeginReadData(ch, &read_ptr, &num_bytes,
    [all...]
  /external/chromium_org/mojo/android/system/
core_impl.cc 212 static jobject BeginReadData(JNIEnv* env,

Completed in 156 milliseconds