Searched refs:NuCachedSource2 (Results 1 – 8 of 8) sorted by relevance
182 NuCachedSource2::NuCachedSource2( in NuCachedSource2() function in android::NuCachedSource2187 mReflector(new AHandlerReflector<NuCachedSource2>(this)), in NuCachedSource2()231 NuCachedSource2::~NuCachedSource2() { in ~NuCachedSource2()240 sp<NuCachedSource2> NuCachedSource2::Create( in Create()244 sp<NuCachedSource2> instance = new NuCachedSource2( in Create()251 status_t NuCachedSource2::getEstimatedBandwidthKbps(int32_t *kbps) { in getEstimatedBandwidthKbps()259 void NuCachedSource2::disconnect() { in disconnect()280 status_t NuCachedSource2::setCacheStatCollectFreq(int32_t freqMs) { in setCacheStatCollectFreq()288 status_t NuCachedSource2::initCheck() const { in initCheck()292 status_t NuCachedSource2::getSize(off64_t *size) { in getSize()[all …]
238 NuCachedSource2::RemoveCacheSpecificHeaders( in CreateFromURI()254 source = NuCachedSource2::Create( in CreateFromURI()
45 NuCachedSource2.cpp \
642 sp<NuCachedSource2> cachedSource = in getCachedDuration()643 static_cast<NuCachedSource2 *>(mDataSource.get()); in getCachedDuration()
30 struct NuCachedSource2 : public DataSource { struct31 static sp<NuCachedSource2> Create(74 virtual ~NuCachedSource2(); argument77 friend struct AHandlerReflector<NuCachedSource2>;79 NuCachedSource2(104 sp<AHandlerReflector<NuCachedSource2> > mReflector;147 DISALLOW_EVIL_CONSTRUCTORS(NuCachedSource2);
39 struct NuCachedSource2;123 void prepare(const sp<NuCachedSource2> &cachedSource,157 sp<NuCachedSource2> mCachedSource;177 void prepare_l(const sp<NuCachedSource2> &cachedSource,220 sp<NuCachedSource2> mCachedSource;
412 mCachedSource = static_cast<NuCachedSource2 *>(mDataSource.get()); in onPrepareAsync()499 sp<NuCachedSource2> cachedSource = mCachedSource; in notifyPreparedAndCleanup()572 static_cast<NuCachedSource2 *>(dataSource.get())->disconnect(); in disconnect()1529 const sp<NuCachedSource2> &cachedSource, in prepare()1594 const sp<NuCachedSource2> &cachedSource, in prepare_l()
672 sp<NuCachedSource2> cachedSource = in getCacheRemaining()673 static_cast<NuCachedSource2 *>(mDataSource.get()); in getCacheRemaining()