Home
last modified time | relevance | path

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

/frameworks/base/services/retaildemo/java/com/android/server/retaildemo/
DPreloadAppsInstaller.java151 private int finishedCount; field in PreloadAppsInstaller.AppInstallCounter
161 this.finishedCount++; in appInstallFinished()
171 if (expectedCount == finishedCount) { in checkIfAllFinished()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DRTSPSource.cpp345 size_t preparedCount, underflowCount, overflowCount, startCount, finishedCount; in checkBuffering() local
346 preparedCount = underflowCount = overflowCount = startCount = finishedCount = 0; in checkBuffering()
367 ++finishedCount; in checkBuffering()
388 *finished = (finishedCount > 0); in checkBuffering()