Home
last modified time | relevance | path

Searched defs:BeginReadData (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/mojo/public/platform/native/
Dsystem_thunks.h81 MojoResult (*BeginReadData)(MojoHandle data_pipe_consumer_handle, member
/external/chromium_org/mojo/system/
Ddispatcher.cc174 MojoResult Dispatcher::BeginReadData(UserPointer<const void*> buffer, in BeginReadData() function in mojo::system::Dispatcher
Dcore.cc436 MojoResult Core::BeginReadData(MojoHandle data_pipe_consumer_handle, in BeginReadData() function in mojo::system::Core
/external/chromium_org/mojo/android/system/
Dcore_impl.cc222 static jobject BeginReadData(JNIEnv* env, in BeginReadData() function
/external/chromium_org/mojo/public/python/mojo/
Dsystem.pyx518 def BeginReadData(self, min_size=None, flags=READ_DATA_FLAG_NONE): member in Handle