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(
68 virtual ~NuCachedSource2();
71 friend struct AHandlerReflector<NuCachedSource2>;
93 sp<AHandlerReflector<NuCachedSource2> > mReflector;
134 DISALLOW_EVIL_CONSTRUCTORS(NuCachedSource2);
/frameworks/av/media/libstagefright/
H A DNuCachedSource2.cpp18 #define LOG_TAG "NuCachedSource2"
21 #include "include/NuCachedSource2.h"
180 NuCachedSource2::NuCachedSource2( function in class:android::NuCachedSource2
185 mReflector(new AHandlerReflector<NuCachedSource2>(this)),
214 mLooper->setName("NuCachedSource2");
222 NuCachedSource2::~NuCachedSource2() {
230 status_t NuCachedSource2::getEstimatedBandwidthKbps(int32_t *kbps) {
238 status_t NuCachedSource2
[all...]

Completed in 44 milliseconds