Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayer2/nuplayer2/
DRTSPSource2.cpp329 size_t preparedCount, underflowCount, overflowCount, startCount, finishedCount; in checkBuffering() local
330 preparedCount = underflowCount = overflowCount = startCount = finishedCount = 0; in checkBuffering()
355 ++preparedCount; in checkBuffering()
377 *prepared = (preparedCount == numTracks); in checkBuffering()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DRTSPSource.cpp331 size_t preparedCount, underflowCount, overflowCount, startCount, finishedCount; in checkBuffering() local
332 preparedCount = underflowCount = overflowCount = startCount = finishedCount = 0; in checkBuffering()
357 ++preparedCount; in checkBuffering()
379 *prepared = (preparedCount == numTracks); in checkBuffering()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java22463 int preparedCount = 0;
22480 preparedCount++;
22484 Slog.v(TAG, "reconcileAppsData finished " + preparedCount + " packages");