OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NuCachedSource2
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/media/libstagefright/include/
NuCachedSource2.h
30
struct
NuCachedSource2
: public DataSource {
31
NuCachedSource2
(
68
virtual ~
NuCachedSource2
();
71
friend struct AHandlerReflector<
NuCachedSource2
>;
93
sp<AHandlerReflector<
NuCachedSource2
> > mReflector;
134
DISALLOW_EVIL_CONSTRUCTORS(
NuCachedSource2
);
AwesomePlayer.h
38
struct
NuCachedSource2
;
229
sp<
NuCachedSource2
> mCachedSource;
/frameworks/base/media/libstagefright/
NuCachedSource2.cpp
18
#define LOG_TAG "
NuCachedSource2
"
21
#include "include/
NuCachedSource2
.h"
180
NuCachedSource2
::
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
::setCacheStatCollectFreq(int32_t freqMs)
[
all
...]
DataSource.cpp
24
#include "include/
NuCachedSource2
.h"
136
source = new
NuCachedSource2
(httpSource);
Android.mk
36
NuCachedSource2
.cpp \
AwesomePlayer.cpp
28
#include "include/
NuCachedSource2
.h"
[
all
...]
/frameworks/media/libvideoeditor/lvpp/
PreviewPlayerBase.h
39
struct
NuCachedSource2
;
213
sp<
NuCachedSource2
> mCachedSource;
PreviewPlayerBase.cpp
28
#include "include/
NuCachedSource2
.h"
[
all
...]
/system/media/wilhelm/src/android/
android_AudioSfDecoder.cpp
669
sp<
NuCachedSource2
> cachedSource =
670
static_cast<
NuCachedSource2
*>(mDataSource.get());
Completed in 381 milliseconds