Home
last modified time | relevance | path

Searched refs:activeCount (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/services/core/java/com/android/server/job/
DJobPackageTracker.java81 int activeCount; field in JobPackageTracker.PackageEntry
191 pe.activeCount++; in incActive()
265 outPe.activeCount += pe.activeCount; in addTo()
341 printDuration(pw, period, pe.getActiveTime(now), pe.activeCount, "active"); in dump()
407 pe.getActiveTime(now), pe.activeCount); in dump()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioInputDescriptor.h74 int32_t activeCount() { return mGlobalActiveCount; } in activeCount() function
/frameworks/av/include/media/
DVolumeShaper.h910 size_t activeCount = 0; in getVolume() local
915 activeCount += shaperVolume.second; in getVolume()
918 mLastVolume = std::make_pair(volume, activeCount != 0); in getVolume()
/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp2168 size_t activeCount, underflowCount, readyCount, downCount, upCount; in checkBuffering() local
2169 activeCount = underflowCount = readyCount = downCount = upCount =0; in checkBuffering()
2207 ++activeCount; in checkBuffering()
2233 if (activeCount > 0) { in checkBuffering()
2234 up = (upCount == activeCount); in checkBuffering()
2236 ready = (readyCount == activeCount); in checkBuffering()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerService.java588 final int activeCount = getSessionCount(mSessions, callingUid); in createSessionInternal() local
589 if (activeCount >= MAX_ACTIVE_SESSIONS) { in createSessionInternal()
DPackageInstallerSession.java2063 int activeCount; in closeInternal() local
2069 activeCount = mActiveCount.decrementAndGet(); in closeInternal()
2072 if (activeCount == 0) { in closeInternal()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp2251 if (inputDesc->activeCount() == 1) { in startInput()
/frameworks/base/config/
Dboot-image-profile.txt26813 HSPLjava/lang/Thread;->activeCount()I
26843 HSPLjava/lang/ThreadGroup;->activeCount()I
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt42069 method public static int activeCount();
42137 method public int activeCount();
/frameworks/base/api/
Dcurrent.txt60872 method public static int activeCount();
60938 method public int activeCount();