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

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

Completed in 5576 milliseconds