Searched refs:mContinuationCounter (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.h230 size_t mContinuationCounter; member in struct:android::LiveSession
H A DLiveSession.cpp693 CHECK_GT(mContinuationCounter, 0);
694 if (--mContinuationCounter == 0) {
697 ALOGV("%zu fetcher(s) left", mContinuationCounter);
1620 // we'll decrement mContinuationCounter, once it reaches zero, i.e. all
1623 mContinuationCounter = mFetcherInfos.size();
1626 if (mContinuationCounter == 0) {

Completed in 27 milliseconds