Home
last modified time | relevance | path

Searched refs:activeOnly (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DProcessStatsService.java728 boolean dumpAll, boolean activeOnly, int section) {
747 activeOnly, section);
749 stats.dumpSummaryLocked(pw, reqPackage, now, activeOnly);
829 boolean activeOnly = false;
945 activeOnly = true;
1089 dumpDetails, dumpFullDetails, dumpAll, activeOnly, section);
1119 dumpAll, activeOnly, section);
1124 processStats.dumpSummaryLocked(pw, reqPackage, now, activeOnly);
1174 false, activeOnly, section);
1176 processStats.dumpSummaryLocked(pw, reqPackage, now, activeOnly);
[all …]
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioInputDescriptor.cpp152 for (bool activeOnly : { true, false }) { in getHighestPriorityClient()
156 if (activeOnly && !client->active()) { in getHighestPriorityClient()
406 RecordClientVector AudioInputDescriptor::clientsList(bool activeOnly, audio_source_t source, in clientsList() argument
411 if ((!activeOnly || client->active()) in clientsList()
DAudioOutputDescriptor.cpp220 TrackClientVector AudioOutputDescriptor::clientsList(bool activeOnly, product_strategy_t strategy, in clientsList() argument
225 if ((!activeOnly || client->active()) in clientsList()
/frameworks/base/services/core/java/com/android/server/media/
DMediaSessionStack.java373 public List<MediaSessionRecord> getPriorityList(boolean activeOnly, int userId) { in getPriorityList() argument
390 if (!activeOnly) { in getPriorityList()
/frameworks/base/core/java/com/android/internal/app/procstats/
DProcessStats.java1515 boolean dumpDetails, boolean dumpAll, boolean activeOnly, int section) { in dumpLocked() argument
1622 if (activeOnly && !proc.isInUse()) { in dumpLocked()
1652 if (activeOnly && !proc.isInUse()) { in dumpLocked()
1668 if (activeOnly && !svc.isInUse()) { in dumpLocked()
1709 if (activeOnly && !asc.isInUse()) { in dumpLocked()
1763 if (activeOnly && !proc.isInUse()) { in dumpLocked()
1837 dumpSummaryLocked(pw, reqPackage, now, activeOnly); in dumpLocked()
1857 public void dumpSummaryLocked(PrintWriter pw, String reqPackage, long now, boolean activeOnly) { in dumpSummaryLocked() argument
1861 ALL_PROC_STATES, NON_CACHED_PROC_STATES, now, totalTime, reqPackage, activeOnly); in dumpSummaryLocked()
1963 int[] sortProcStates, long now, long totalTime, String reqPackage, boolean activeOnly) { in dumpFilteredSummaryLocked() argument
[all …]
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DClientDescriptor.h70 bool hasPreferredDevice(bool activeOnly = false) const {
71 return mPreferredDeviceId != AUDIO_PORT_HANDLE_NONE && (!activeOnly || mActive);
DAudioInputDescriptor.h116 RecordClientVector clientsList(bool activeOnly = false,
DAudioOutputDescriptor.h278 TrackClientVector clientsList(bool activeOnly = false,
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp2728 bool activeOnly = true; in selectOutputForMusicEffects() local
2737 if (activeOnly && !desc->isActive(toVolumeSource(AUDIO_STREAM_MUSIC))) { in selectOutputForMusicEffects()
2741 activeOnly, output, desc->mFlags); in selectOutputForMusicEffects()
2761 activeOnly = false; in selectOutputForMusicEffects()