Home
last modified time | relevance | path

Searched refs:TinyCacheSource (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/
DCallbackDataSource.cpp116 TinyCacheSource::TinyCacheSource(const sp<DataSource>& source) in TinyCacheSource() function in android::TinyCacheSource
121 status_t TinyCacheSource::initCheck() const { in initCheck()
125 ssize_t TinyCacheSource::readAt(off64_t offset, void* data, size_t size) { in readAt()
178 status_t TinyCacheSource::getSize(off64_t *size) { in getSize()
182 uint32_t TinyCacheSource::flags() { in flags()
186 sp<DecryptHandle> TinyCacheSource::DrmInitialization(const char *mime) { in DrmInitialization()
DDataSource.cpp291 return new TinyCacheSource(new CallbackDataSource(source)); in CreateFromIDataSource()
/frameworks/av/media/libstagefright/include/
DCallbackDataSource.h60 class TinyCacheSource : public DataSource {
62 TinyCacheSource(const sp<DataSource>& source);
88 DISALLOW_EVIL_CONSTRUCTORS(TinyCacheSource);