Searched refs:activeOnly (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | ProcessStatsService.java | 728 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/ |
D | AudioInputDescriptor.cpp | 152 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()
|
D | AudioOutputDescriptor.cpp | 220 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/ |
D | MediaSessionStack.java | 373 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/ |
D | ProcessStats.java | 1515 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/ |
D | ClientDescriptor.h | 70 bool hasPreferredDevice(bool activeOnly = false) const { 71 return mPreferredDeviceId != AUDIO_PORT_HANDLE_NONE && (!activeOnly || mActive);
|
D | AudioInputDescriptor.h | 116 RecordClientVector clientsList(bool activeOnly = false,
|
D | AudioOutputDescriptor.h | 278 TrackClientVector clientsList(bool activeOnly = false,
|
/frameworks/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.cpp | 2728 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()
|