Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/
DStress_test.cpp104 surfaceflinger::LayerProtoParser::layerTreeToString(layerTree); in TEST()
/frameworks/native/services/surfaceflinger/layerproto/include/layerproto/
DLayerProtoParser.h141 static std::string layerTreeToString(const LayerTree& layerTree);
/frameworks/native/services/surfaceflinger/layerproto/
DLayerProtoParser.cpp214 std::string LayerProtoParser::layerTreeToString(const LayerTree& layerTree) { in layerTreeToString() function in android::surfaceflinger::LayerProtoParser
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp4899 result.append(LayerProtoParser::layerTreeToString(layerTree)); in dumpAllLocked()