HomeSort by relevance Sort by last modified time
    Searched refs:finishedCount (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/retaildemo/java/com/android/server/retaildemo/
PreloadAppsInstaller.java 151 private int finishedCount;
161 this.finishedCount++;
171 if (expectedCount == finishedCount) {
  /frameworks/av/media/libmediaplayerservice/nuplayer/
RTSPSource.cpp 345 size_t preparedCount, underflowCount, overflowCount, startCount, finishedCount;
346 preparedCount = underflowCount = overflowCount = startCount = finishedCount = 0;
367 ++finishedCount;
388 *finished = (finishedCount > 0);

Completed in 307 milliseconds