Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DLiveSession.h230 size_t mContinuationCounter; member
DLiveSession.cpp693 CHECK_GT(mContinuationCounter, 0); in onMessageReceived()
694 if (--mContinuationCounter == 0) { in onMessageReceived()
697 ALOGV("%zu fetcher(s) left", mContinuationCounter); in onMessageReceived()
1623 mContinuationCounter = mFetcherInfos.size(); in changeConfiguration()
1626 if (mContinuationCounter == 0) { in changeConfiguration()