Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.cpp339 size_t preparedCount, underflowCount, overflowCount, startCount, finishedCount; in checkBuffering() local
340 preparedCount = underflowCount = overflowCount = startCount = finishedCount = 0; in checkBuffering()
365 ++preparedCount; in checkBuffering()
387 *prepared = (preparedCount == numTracks); in checkBuffering()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java25829 int preparedCount = 0;
25846 preparedCount++;
25852 Slog.v(TAG, "reconcileAppsData finished " + preparedCount + " packages");