Home
last modified time | relevance | path

Searched refs:dumpSummary (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/services/mediaanalytics/
DMetricsSummarizer.h52 AString dumpSummary(int &slot);
53 AString dumpSummary(int &slot, const char *only);
DMetricsSummarizer.cpp97 AString MetricsSummarizer::dumpSummary(int &slot) in dumpSummary() function in android::MetricsSummarizer
99 return dumpSummary(slot, NULL); in dumpSummary()
102 AString MetricsSummarizer::dumpSummary(int &slot, const char *only) in dumpSummary() function in android::MetricsSummarizer
DMediaAnalyticsService.cpp479 AString distilled = (*it)->dumpSummary(slot, only); in dumpSummaries()
/frameworks/base/core/java/com/android/internal/app/procstats/
DServiceState.java362 long now, long totalTime, boolean dumpSummary, boolean dumpAll) { in dumpStats() argument
365 mRunStartTime, now, totalTime, !dumpSummary || dumpAll); in dumpStats()
368 mStartedStartTime, now, totalTime, !dumpSummary || dumpAll); in dumpStats()
371 mBoundStartTime, now, totalTime, !dumpSummary || dumpAll); in dumpStats()
374 mExecStartTime, now, totalTime, !dumpSummary || dumpAll); in dumpStats()
DDumpUtils.java316 proc.dumpSummary(pw, prefix, screenStates, memStates, procStates, now, totalTime); in dumpProcessSummaryLocked()
DProcessStats.java1219 public void dumpLocked(PrintWriter pw, String reqPackage, long now, boolean dumpSummary, in dumpLocked() argument
1267 if (!dumpSummary || dumpAll) { in dumpLocked()
1329 now, totalTime, dumpSummary, dumpAll); in dumpLocked()
1387 if (dumpSummary) { in dumpLocked()
DProcessState.java758 public void dumpSummary(PrintWriter pw, String prefix, in dumpSummary() method in ProcessState