Searched refs:activeCount (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/services/core/java/com/android/server/job/ |
D | JobPackageTracker.java | 81 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/ |
D | AudioInputDescriptor.h | 74 int32_t activeCount() { return mGlobalActiveCount; } in activeCount() function
|
/frameworks/av/include/media/ |
D | VolumeShaper.h | 910 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/ |
D | LiveSession.cpp | 2168 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/ |
D | PackageInstallerService.java | 588 final int activeCount = getSessionCount(mSessions, callingUid); in createSessionInternal() local 589 if (activeCount >= MAX_ACTIVE_SESSIONS) { in createSessionInternal()
|
D | PackageInstallerSession.java | 2063 int activeCount; in closeInternal() local 2069 activeCount = mActiveCount.decrementAndGet(); in closeInternal() 2072 if (activeCount == 0) { in closeInternal()
|
/frameworks/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.cpp | 2251 if (inputDesc->activeCount() == 1) { in startInput()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 26813 HSPLjava/lang/Thread;->activeCount()I 26843 HSPLjava/lang/ThreadGroup;->activeCount()I
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 42069 method public static int activeCount(); 42137 method public int activeCount();
|
/frameworks/base/api/ |
D | current.txt | 60872 method public static int activeCount(); 60938 method public int activeCount();
|