Searched refs:NuCachedSource2 (Results 1 – 10 of 10) 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 …]
66 NuCachedSource2::RemoveCacheSpecificHeaders( in CreateFromURI()81 source = NuCachedSource2::Create( in CreateFromURI()
126 "NuCachedSource2.cpp",244 "NuCachedSource2.cpp",
212 static_cast<NuCachedSource2 *>(mDataSource.get())->disconnect(); in disconnect()796 sp<NuCachedSource2> cachedSource = in getCachedDuration()797 static_cast<NuCachedSource2 *>(mDataSource.get()); in getCachedDuration()
30 struct NuCachedSource2 : public DataSource { struct31 static sp<NuCachedSource2> Create(73 virtual ~NuCachedSource2(); argument76 friend struct AHandlerReflector<NuCachedSource2>;78 NuCachedSource2(103 sp<AHandlerReflector<NuCachedSource2> > mReflector;146 DISALLOW_EVIL_CONSTRUCTORS(NuCachedSource2);
44 struct NuCachedSource2;163 sp<NuCachedSource2> mCachedSource;
398 mCachedSource = static_cast<NuCachedSource2 *>(mDataSource.get()); in onPrepareAsync()513 static_cast<NuCachedSource2 *>(dataSource.get())->disconnect(); in disconnect()
41 struct NuCachedSource2;163 sp<NuCachedSource2> mCachedSource;
434 mCachedSource = static_cast<NuCachedSource2 *>(mDataSource.get()); in onPrepareAsync()556 static_cast<NuCachedSource2 *>(dataSource.get())->disconnect(); in disconnect()
676 sp<NuCachedSource2> cachedSource = in getCacheRemaining()677 static_cast<NuCachedSource2 *>(mDataSource.get()); in getCacheRemaining()