Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DLiveSession.h232 size_t mContinuationCounter; member
DLiveSession.cpp706 CHECK_GT(mContinuationCounter, 0u); in onMessageReceived()
707 if (--mContinuationCounter == 0) { in onMessageReceived()
710 ALOGV("%zu fetcher(s) left", mContinuationCounter); in onMessageReceived()
1643 mContinuationCounter = mFetcherInfos.size(); in changeConfiguration()
1646 if (mContinuationCounter == 0) { in changeConfiguration()