Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp2163 size_t activeCount, underflowCount, readyCount, downCount, upCount; in checkBuffering() local
2164 activeCount = underflowCount = readyCount = downCount = upCount =0; in checkBuffering()
2209 ++readyCount; in checkBuffering()
2231 ready = (readyCount == activeCount); in checkBuffering()