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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.cpp319 size_t preparedCount, underflowCount, overflowCount, startCount; local
320 preparedCount = underflowCount = overflowCount = startCount = 0;
329 ++preparedCount;
347 *prepared = (preparedCount == numTracks);
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java19637 int preparedCount = 0;
19656 preparedCount++;
19669 Slog.v(TAG, "reconcileAppsData finished " + preparedCount

Completed in 3632 milliseconds