Home
last modified time | relevance | path

Searched defs:dumpSummary (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/mediaanalytics/
DMetricsSummarizer.cpp97 AString MetricsSummarizer::dumpSummary(int &slot) in dumpSummary() function in android::MetricsSummarizer
102 AString MetricsSummarizer::dumpSummary(int &slot, const char *only) in dumpSummary() function in android::MetricsSummarizer
/frameworks/base/core/java/com/android/internal/app/procstats/
DServiceState.java362 long now, long totalTime, boolean dumpSummary, boolean dumpAll) { in dumpStats()
DProcessState.java758 public void dumpSummary(PrintWriter pw, String prefix, in dumpSummary() method in ProcessState
DProcessStats.java1219 public void dumpLocked(PrintWriter pw, String reqPackage, long now, boolean dumpSummary, in dumpLocked()