Searched defs:TinyCacheSource (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/include/
H A DCallbackDataSource.h60 class TinyCacheSource : public DataSource { class in namespace:android
62 TinyCacheSource(const sp<DataSource>& source);
88 DISALLOW_EVIL_CONSTRUCTORS(TinyCacheSource);
/frameworks/av/media/libstagefright/
H A DCallbackDataSource.cpp116 TinyCacheSource::TinyCacheSource(const sp<DataSource>& source) function in class:android::TinyCacheSource
118 mName = String8::format("TinyCacheSource(%s)", mSource->toString().string());
121 status_t TinyCacheSource::initCheck() const {
125 ssize_t TinyCacheSource::readAt(off64_t offset, void* data, size_t size) {
178 status_t TinyCacheSource::getSize(off64_t *size) {
182 uint32_t TinyCacheSource::flags() {
186 sp<DecryptHandle> TinyCacheSource::DrmInitialization(const char *mime) {

Completed in 86 milliseconds