Lines Matching refs:ReadOptions
116 virtual status_t read(MediaBuffer **buffer, const ReadOptions *options) { in read()
126 Vector<MediaBuffer *> *buffers, uint32_t maxNumBuffers, const ReadOptions *options) { in readMultiple()
333 ReadOptions opts; in onTransact()
454 IMediaSource::ReadOptions::ReadOptions() { in ReadOptions() function in android::IMediaSource::ReadOptions
458 void IMediaSource::ReadOptions::reset() { in reset()
465 void IMediaSource::ReadOptions::setNonBlocking() { in setNonBlocking()
469 void IMediaSource::ReadOptions::clearNonBlocking() { in clearNonBlocking()
473 bool IMediaSource::ReadOptions::getNonBlocking() const { in getNonBlocking()
477 void IMediaSource::ReadOptions::setSeekTo(int64_t time_us, SeekMode mode) { in setSeekTo()
483 void IMediaSource::ReadOptions::clearSeekTo() { in clearSeekTo()
489 bool IMediaSource::ReadOptions::getSeekTo( in getSeekTo()
496 void IMediaSource::ReadOptions::setLateBy(int64_t lateness_us) { in setLateBy()
500 int64_t IMediaSource::ReadOptions::getLateBy() const { in getLateBy()