Searched refs:TinyCacheSource (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/
H A DCallbackDataSource.cpp120 TinyCacheSource::TinyCacheSource(const sp<DataSource>& source) function in class:android::TinyCacheSource
122 mName = String8::format("TinyCacheSource(%s)", mSource->toString().string());
125 status_t TinyCacheSource::initCheck() const {
129 ssize_t TinyCacheSource::readAt(off64_t offset, void* data, size_t size) {
182 status_t TinyCacheSource::getSize(off64_t *size) {
186 uint32_t TinyCacheSource::flags() {
190 sp<DecryptHandle> TinyCacheSource::DrmInitialization(const char *mime) {
198 sp<IDataSource> TinyCacheSource::getIDataSource() const {
H A DDataSource.cpp193 return new TinyCacheSource(new CallbackDataSource(source));
/frameworks/av/include/media/stagefright/
H A DCallbackDataSource.h61 class TinyCacheSource : public DataSource { class in namespace:android
63 explicit TinyCacheSource(const sp<DataSource>& source);
90 DISALLOW_EVIL_CONSTRUCTORS(TinyCacheSource);
/frameworks/av/media/libstagefright/foundation/include/
H A DCallbackDataSource.h61 class TinyCacheSource : public DataSource { class in namespace:android
63 explicit TinyCacheSource(const sp<DataSource>& source);
90 DISALLOW_EVIL_CONSTRUCTORS(TinyCacheSource);
/frameworks/av/media/libstagefright/include/
H A DCallbackDataSource.h61 class TinyCacheSource : public DataSource { class in namespace:android
63 explicit TinyCacheSource(const sp<DataSource>& source);
90 DISALLOW_EVIL_CONSTRUCTORS(TinyCacheSource);

Completed in 1105 milliseconds