Home | History | Annotate | Download | only in media

Lines Matching full:read

40   // kReadThenDefer - Request only enough data to fulfill read requests.
81 // the operation is done invoke |callback| with number of bytes read or an
85 // Read was successful with the indicated number of bytes read.
87 // The read has failed because of an error with the network.
89 // The read was made too far away from the current buffered position.
90 virtual void Read(int64 position, int read_size,
175 // Returns true if the current read request can be fulfilled by what is in
179 // Returns true if the current read request will be fulfilled in the future.
182 // Method that does the actual read and calls the |read_callback_|, assuming
198 // Done with read. Invokes the read callback and reset parameters for the
199 // read request.
248 // Members used during a read operation. They should be reset after each
249 // read has completed or failed.
256 // written by Read().