Searched refs:NuCachedSource2 (Results 1 - 10 of 10) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DNuCachedSource2.h30 struct NuCachedSource2 : public DataSource { struct in namespace:android
31 static sp<NuCachedSource2> Create(
74 virtual ~NuCachedSource2();
77 friend struct AHandlerReflector<NuCachedSource2>;
79 NuCachedSource2(
104 sp<AHandlerReflector<NuCachedSource2> > mReflector;
147 DISALLOW_EVIL_CONSTRUCTORS(NuCachedSource2);
/frameworks/av/media/libstagefright/foundation/include/
H A DNuCachedSource2.h30 struct NuCachedSource2 : public DataSource { struct in namespace:android
31 static sp<NuCachedSource2> Create(
74 virtual ~NuCachedSource2();
77 friend struct AHandlerReflector<NuCachedSource2>;
79 NuCachedSource2(
104 sp<AHandlerReflector<NuCachedSource2> > mReflector;
147 DISALLOW_EVIL_CONSTRUCTORS(NuCachedSource2);
/frameworks/av/media/libstagefright/include/
H A DNuCachedSource2.h30 struct NuCachedSource2 : public DataSource { struct in namespace:android
31 static sp<NuCachedSource2> Create(
74 virtual ~NuCachedSource2();
77 friend struct AHandlerReflector<NuCachedSource2>;
79 NuCachedSource2(
104 sp<AHandlerReflector<NuCachedSource2> > mReflector;
147 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");
228 mName = String8::format("NuCachedSource2(%s)", mSource->toString().string());
231 NuCachedSource2::~NuCachedSource2() {
240 sp<NuCachedSource2> NuCachedSource
[all...]
H A DDataSource.cpp21 #include "include/NuCachedSource2.h"
141 NuCachedSource2::RemoveCacheSpecificHeaders(
156 source = NuCachedSource2::Create(
H A DAndroid.mk44 NuCachedSource2.cpp \
H A DNuMediaExtractor.cpp24 #include "include/NuCachedSource2.h"
638 sp<NuCachedSource2> cachedSource =
639 static_cast<NuCachedSource2 *>(mDataSource.get());
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.h38 struct NuCachedSource2;
143 void prepare(const sp<NuCachedSource2> &cachedSource,
176 sp<NuCachedSource2> mCachedSource;
196 void prepare_l(const sp<NuCachedSource2> &cachedSource,
238 sp<NuCachedSource2> mCachedSource;
H A DGenericSource.cpp39 #include "../../libstagefright/include/NuCachedSource2.h"
413 mCachedSource = static_cast<NuCachedSource2 *>(mDataSource.get());
485 sp<NuCachedSource2> cachedSource = mCachedSource;
543 static_cast<NuCachedSource2 *>(dataSource.get())->disconnect();
1590 const sp<NuCachedSource2> &cachedSource,
1654 const sp<NuCachedSource2> &cachedSource,
/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.cpp672 sp<NuCachedSource2> cachedSource =
673 static_cast<NuCachedSource2 *>(mDataSource.get());

Completed in 389 milliseconds