OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mContinuationCounter
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/httplive/
LiveSession.h
230
size_t
mContinuationCounter
;
LiveSession.cpp
693
CHECK_GT(
mContinuationCounter
, 0);
694
if (--
mContinuationCounter
== 0) {
697
ALOGV("%zu fetcher(s) left",
mContinuationCounter
);
[
all
...]
Completed in 41 milliseconds