HomeSort by relevance Sort by last modified time
    Searched refs:reportPerformance (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libnbaio/include/media/nbaio/
PerformanceAnalysis.h 26 #include "ReportPerformance.h"
30 namespace ReportPerformance {
75 void reportPerformance(String8 *body, int maxHeight = 10);
142 } // namespace ReportPerformance
  /frameworks/av/media/libnbaio/
PerformanceAnalysis.cpp 38 #include <media/nbaio/ReportPerformance.h>
48 namespace ReportPerformance {
268 // TODO: move this to ReportPerformance, probably make it a friend function of PerformanceAnalysis
269 void PerformanceAnalysis::reportPerformance(String8 *body, int maxHeight) {
271 ALOGD("reportPerformance: mRecentHists is empty");
274 ALOGD("reportPerformance: hists size %d", static_cast<int>(mRecentHists.size()));
372 } // namespace ReportPerformance
NBLog.cpp 111 #include <media/nbaio/ReportPerformance.h>
883 static ReportPerformance::PerformanceAnalysis performanceAnalysis;
925 performanceAnalysis.reportPerformance(&body);
    [all...]

Completed in 68 milliseconds