Searched refs:activeCount (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioSession.cpp216 if (valueAt(i)->activeCount() != 0) {
225 size_t activeCount = 0; local
227 if (valueAt(i)->activeCount() != 0) {
228 activeCount++;
231 return activeCount;
245 if (audioSession->activeCount() > 0 &&
263 if (activeOnly && audioSession->activeCount() == 0) {
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioSession.h57 uint32_t activeCount() const { return mActiveCount; } ; function in class:android::AudioSession
/frameworks/base/services/core/java/com/android/server/job/
H A DJobPackageTracker.java64 int activeCount; field in class:JobPackageTracker.PackageEntry
173 pe.activeCount++;
243 outPe.activeCount += pe.activeCount;
313 printDuration(pw, period, pe.getActiveTime(now), pe.activeCount, "active");
/frameworks/av/include/media/
H A DVolumeShaper.h911 size_t activeCount = 0; local
916 activeCount += shaperVolume.second;
919 mLastVolume = std::make_pair(volume, activeCount != 0);
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp2163 size_t activeCount, underflowCount, readyCount, downCount, upCount; local
2164 activeCount = underflowCount = readyCount = downCount = upCount =0;
2202 ++activeCount;
2228 if (activeCount > 0) {
2229 up = (upCount == activeCount);
2231 ready = (readyCount == activeCount);
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerService.java691 final int activeCount = getSessionCount(mSessions, callingUid);
692 if (activeCount >= MAX_ACTIVE_SESSIONS) {
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp1898 if (audioSession->activeCount() == 1 || mInputRoutes.hasRouteChanged(session)) {
1959 if (audioSession->activeCount() == 0) {
1969 if (audioSession->activeCount() == 0) {

Completed in 230 milliseconds