[go: nahoru, domu]

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

/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.cpp31 #include "include/NuCachedSource2.h"
238 NuCachedSource2::RemoveCacheSpecificHeaders(
254 source = NuCachedSource2::Create(
H A DAndroid.mk45 NuCachedSource2.cpp \
H A DNuMediaExtractor.cpp24 #include "include/NuCachedSource2.h"
642 sp<NuCachedSource2> cachedSource =
643 static_cast<NuCachedSource2 *>(mDataSource.get());
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.h39 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;
H A DGenericSource.cpp37 #include "../../libstagefright/include/NuCachedSource2.h"
412 mCachedSource = static_cast<NuCachedSource2 *>(mDataSource.get());
499 sp<NuCachedSource2> cachedSource = mCachedSource;
572 static_cast<NuCachedSource2 *>(dataSource.get())->disconnect();
1529 const sp<NuCachedSource2> &cachedSource,
1594 const sp<NuCachedSource2> &cachedSource,
/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.cpp672 sp<NuCachedSource2> cachedSource =
673 static_cast<NuCachedSource2 *>(mDataSource.get());

Completed in 123 milliseconds