OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mFetching
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/libstagefright/
NuCachedSource2.cpp
191
mFetching
(true),
347
mFetching
= false;
351
!
mFetching
356
if (
mFetching
|| keepAlive) {
365
if (
mFetching
&& mCache->totalSize() >= mHighwaterThresholdBytes) {
367
mFetching
= false;
381
if (
mFetching
) {
428
if (
mFetching
|| (mFinalStatus != OK && mNumRetriesLeft == 0)) {
452
mFetching
= true;
530
if (!
mFetching
) {
[
all
...]
/frameworks/base/media/libstagefright/include/
NuCachedSource2.h
105
bool
mFetching
;
Completed in 193 milliseconds