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

/frameworks/av/media/libstagefright/include/
H A DNuCachedSource2.h30 struct NuCachedSource2 : public DataSource { struct in namespace:android
31 NuCachedSource2(
70 virtual ~NuCachedSource2();
73 friend struct AHandlerReflector<NuCachedSource2>;
95 sp<AHandlerReflector<NuCachedSource2> > mReflector;
137 DISALLOW_EVIL_CONSTRUCTORS(NuCachedSource2);
/frameworks/av/media/libstagefright/
H A DNuCachedSource2.cpp20 #define LOG_TAG "NuCachedSource2"
23 #include "include/NuCachedSource2.h"
182 NuCachedSource2::NuCachedSource2( function in class:android::NuCachedSource2
187 mReflector(new AHandlerReflector<NuCachedSource2>(this)),
217 mLooper->setName("NuCachedSource2");
232 NuCachedSource2::~NuCachedSource2() {
240 status_t NuCachedSource2::getEstimatedBandwidthKbps(int32_t *kbps) {
248 void NuCachedSource2
[all...]

Completed in 196 milliseconds