Home
last modified time | relevance | path

Searched refs:PerformanceAnalysisMap (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libnblog/include/media/nblog/
DPerformanceAnalysis.h196 using PerformanceAnalysisMap = std::map<int, std::map<log_hash_t, PerformanceAnalysis>>; variable
208 PerformanceAnalysisMap &threadPerformanceAnalysis);
281 void dump(int fd, int indent, PerformanceAnalysisMap &threadPerformanceAnalysis);
DMerger.h100 ReportPerformance::PerformanceAnalysisMap mThreadPerformanceAnalysis;
/frameworks/av/media/libnblog/
DPerformanceAnalysis.cpp386 void dump(int fd, int indent, PerformanceAnalysisMap &threadPerformanceAnalysis) { in dump()