Home
last modified time | relevance | path

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

/frameworks/av/include/media/nblog/
DPerformanceAnalysis.h208 PerformanceAnalysisMap &threadPerformanceAnalysis);
281 void dump(int fd, int indent, PerformanceAnalysisMap &threadPerformanceAnalysis);
/frameworks/av/media/libnblog/include/media/nblog/
DPerformanceAnalysis.h208 PerformanceAnalysisMap &threadPerformanceAnalysis);
281 void dump(int fd, int indent, PerformanceAnalysisMap &threadPerformanceAnalysis);
/frameworks/av/media/libnblog/
DPerformanceAnalysis.cpp386 void dump(int fd, int indent, PerformanceAnalysisMap &threadPerformanceAnalysis) { in dump() argument
391 for (auto & thread : threadPerformanceAnalysis) { in dump()