Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/skia/debug/
DSkiaMemoryReporter.cpp150 const char* categoryMatch = mapName(individualItem.first.c_str()); in logOutput() local
151 if (categoryMatch && strcmp(categoryMatch, resourceCategory.second) == 0) { in logOutput()