OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NuCachedSource2
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/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
);
/frameworks/av/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
...]
Completed in 37 milliseconds