Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DStress_test.cpp108 surfaceflinger::LayerProtoParser::layerTreeToString(layerTree); in TEST()
/aosp12/frameworks/native/services/surfaceflinger/layerproto/include/layerproto/
H A DLayerProtoParser.h133 static std::string layerTreeToString(const LayerTree& layerTree);
/aosp12/frameworks/native/services/surfaceflinger/layerproto/
H A DLayerProtoParser.cpp204 std::string LayerProtoParser::layerTreeToString(const LayerTree& layerTree) { in layerTreeToString() function in android::surfaceflinger::LayerProtoParser
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp4747 result.append(LayerProtoParser::layerTreeToString(layerTree)); in doDump()