Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayerStats.cpp98 std::vector<std::string> layerShapeVec; in logLayerStats() local
101 traverseLayerTreeStatsLocked(layerTree.topLevelLayers, layerGlobal, &layerShapeVec); in logLayerStats()
104 StringPrintf("%d,%s,%s,%s", static_cast<int32_t>(layerShapeVec.size()), in logLayerStats()
109 std::sort(layerShapeVec.begin(), layerShapeVec.end(), std::greater<std::string>()); in logLayerStats()
110 for (auto const& s : layerShapeVec) { in logLayerStats()