Searched refs:TinyCacheSource (Results 1 – 3 of 3) sorted by relevance
121 TinyCacheSource::TinyCacheSource(const sp<DataSource>& source) in TinyCacheSource() function in android::TinyCacheSource126 status_t TinyCacheSource::initCheck() const { in initCheck()130 ssize_t TinyCacheSource::readAt(off64_t offset, void* data, size_t size) { in readAt()182 status_t TinyCacheSource::getSize(off64_t *size) { in getSize()186 uint32_t TinyCacheSource::flags() { in flags()190 sp<IDataSource> TinyCacheSource::getIDataSource() const { in getIDataSource()
30 return new TinyCacheSource(new CallbackDataSource(source)); in CreateDataSourceFromIDataSource()
60 class TinyCacheSource : public DataSource {62 explicit TinyCacheSource(const sp<DataSource>& source);88 DISALLOW_EVIL_CONSTRUCTORS(TinyCacheSource);