Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioSession.cpp215 if (valueAt(i)->activeCount() != 0) { in getActiveSessions()
224 size_t activeCount = 0; in getActiveSessionCount() local
226 if (valueAt(i)->activeCount() != 0) { in getActiveSessionCount()
227 activeCount++; in getActiveSessionCount()
230 return activeCount; in getActiveSessionCount()
244 if (audioSession->activeCount() > 0 && in isSourceActive()
262 if (activeOnly && audioSession->activeCount() == 0) { in getHighestPrioritySource()
/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/
DAudioSession.h61 uint32_t activeCount() const { return mActiveCount; } ; 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/
DPackageInstallerSession.java1516 int activeCount; in closeInternal() local
1522 activeCount = mActiveCount.decrementAndGet(); in closeInternal()
1525 if (activeCount == 0) { in closeInternal()
DPackageInstallerService.java511 final int activeCount = getSessionCount(mSessions, callingUid); in createSessionInternal() local
512 if (activeCount >= MAX_ACTIVE_SESSIONS) { in createSessionInternal()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp2030 if (audioSession->activeCount() == 1 || mInputRoutes.getAndClearRouteChanged(session)) { in startInput()
2098 if (audioSession->activeCount() == 0) { in stopInput()
2108 if (audioSession->activeCount() == 0) { in stopInput()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt42069 method public static int activeCount();
42137 method public int activeCount();
/frameworks/base/api/
Dcurrent.txt57514 method public static int activeCount();
57582 method public int activeCount();
/frameworks/base/config/
Dboot-image-profile.txt45776 HSPLjava/lang/Thread;->activeCount()I
45813 HSPLjava/lang/ThreadGroup;->activeCount()I
Dhiddenapi-public-dex.txt59750 Ljava/lang/Thread;->activeCount()I
59801 Ljava/lang/ThreadGroup;->activeCount()I