Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/nuplayer/
DRTSPSource.cpp338 size_t preparedCount, underflowCount, overflowCount, startCount, finishedCount; in checkBuffering() local
339 preparedCount = underflowCount = overflowCount = startCount = finishedCount = 0; in checkBuffering()
364 ++preparedCount; in checkBuffering()
386 *prepared = (preparedCount == numTracks); in checkBuffering()
/frameworks/base/services/core/java/com/android/server/pm/
DAppDataHelper.java436 int preparedCount = 0;
453 preparedCount++;
459 Slog.v(TAG, "reconcileAppsData finished " + preparedCount + " packages");