HomeSort by relevance Sort by last modified time
    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