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.java706 boolean dumpAll, boolean activeOnly, int section) {
725 activeOnly, section);
727 stats.dumpSummaryLocked(pw, reqPackage, now, activeOnly);
802 boolean activeOnly = false;
918 activeOnly = true;
1062 dumpDetails, dumpFullDetails, dumpAll, activeOnly, section);
1092 dumpAll, activeOnly, section);
1097 processStats.dumpSummaryLocked(pw, reqPackage, now, activeOnly);
1147 false, activeOnly, section);
1149 processStats.dumpSummaryLocked(pw, reqPackage, now, activeOnly);
[all …]
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioInputDescriptor.cpp140 for (bool activeOnly : { true, false }) { in getHighestPriorityClient()
144 if (activeOnly && !client->active()) { in getHighestPriorityClient()
394 RecordClientVector AudioInputDescriptor::clientsList(bool activeOnly, audio_source_t source, in clientsList() argument
399 if ((!activeOnly || client->active()) in clientsList()
DAudioOutputDescriptor.cpp196 TrackClientVector AudioOutputDescriptor::clientsList(bool activeOnly, product_strategy_t strategy, in clientsList() argument
201 if ((!activeOnly || client->active()) in clientsList()
/frameworks/base/services/core/java/com/android/server/media/
DMediaSessionStack.java339 public ArrayList<MediaSessionRecord> getPriorityList(boolean activeOnly, int userId) { in getPriorityList() argument
354 if (!activeOnly) { in getPriorityList()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DClientDescriptor.h69 bool hasPreferredDevice(bool activeOnly = false) const {
70 return mPreferredDeviceId != AUDIO_PORT_HANDLE_NONE && (!activeOnly || mActive);
DAudioInputDescriptor.h97 RecordClientVector clientsList(bool activeOnly = false,
DAudioOutputDescriptor.h260 TrackClientVector clientsList(bool activeOnly = false,
/frameworks/base/core/java/com/android/internal/app/procstats/
DProcessStats.java1461 boolean dumpDetails, boolean dumpAll, boolean activeOnly, int section) { in dumpLocked() argument
1534 if (activeOnly && !proc.isInUse()) { in dumpLocked()
1564 if (activeOnly && !proc.isInUse()) { in dumpLocked()
1580 if (activeOnly && !svc.isInUse()) { in dumpLocked()
1607 if (activeOnly && !asc.isInUse()) { in dumpLocked()
1662 if (activeOnly && !proc.isInUse()) { in dumpLocked()
1742 dumpSummaryLocked(pw, reqPackage, now, activeOnly); in dumpLocked()
1762 public void dumpSummaryLocked(PrintWriter pw, String reqPackage, long now, boolean activeOnly) { in dumpSummaryLocked() argument
1766 ALL_PROC_STATES, NON_CACHED_PROC_STATES, now, totalTime, reqPackage, activeOnly); in dumpSummaryLocked()
1903 int[] sortProcStates, long now, long totalTime, String reqPackage, boolean activeOnly) { in dumpFilteredSummaryLocked() argument
[all …]
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp2681 bool activeOnly = true; in selectOutputForMusicEffects() local
2690 if (activeOnly && !desc->isActive(toVolumeSource(AUDIO_STREAM_MUSIC))) { in selectOutputForMusicEffects()
2694 activeOnly, output, desc->mFlags); in selectOutputForMusicEffects()
2714 activeOnly = false; in selectOutputForMusicEffects()