Home
last modified time | relevance | path

Searched refs:resourceMap (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/pipeline/skia/
DSkiaMemoryTracer.cpp23 SkiaMemoryTracer::SkiaMemoryTracer(std::vector<ResourcePair> resourceMap, bool itemizeType) in SkiaMemoryTracer() argument
24 : mResourceMap(resourceMap) in SkiaMemoryTracer()
DSkiaMemoryTracer.h34 SkiaMemoryTracer(std::vector<ResourcePair> resourceMap, bool itemizeType);
/frameworks/native/libs/renderengine/skia/debug/
DSkiaMemoryReporter.cpp30 SkiaMemoryReporter::SkiaMemoryReporter(const std::vector<ResourcePair>& resourceMap, bool itemize) in SkiaMemoryReporter() argument
31 : mResourceMap(resourceMap), in SkiaMemoryReporter()
DSkiaMemoryReporter.h51 SkiaMemoryReporter(const std::vector<ResourcePair>& resourceMap, bool itemize);
/frameworks/av/services/mediaresourcemanager/
DResourceManagerMetrics.cpp717 static std::string getConcurrentInstanceCount(const std::map<std::string, int>& resourceMap) { in getConcurrentInstanceCount() argument
718 if (resourceMap.empty()) { in getConcurrentInstanceCount()
722 for (const auto& [name, count] : resourceMap) { in getConcurrentInstanceCount()