Searched defs:BeginReadData (Results 1 – 5 of 5) sorted by relevance
81 MojoResult (*BeginReadData)(MojoHandle data_pipe_consumer_handle, member
174 MojoResult Dispatcher::BeginReadData(UserPointer<const void*> buffer, in BeginReadData() function in mojo::system::Dispatcher
436 MojoResult Core::BeginReadData(MojoHandle data_pipe_consumer_handle, in BeginReadData() function in mojo::system::Core
222 static jobject BeginReadData(JNIEnv* env, in BeginReadData() function
518 def BeginReadData(self, min_size=None, flags=READ_DATA_FLAG_NONE): member in Handle