Home
last modified time | relevance | path

Searched defs:layersProto (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DStress_test.cpp55 surfaceflinger::LayersProto layersProto; in generateLayerProto() local
106 surfaceflinger::LayersProto layersProto = generateLayerProto(); in TEST() local
/aosp12/frameworks/native/services/surfaceflinger/layerproto/
H A DLayerProtoParser.cpp40 LayerProtoParser::LayerTree LayerProtoParser::generateLayerTree(const LayersProto& layersProto) { in generateLayerTree()
56 const LayersProto& layersProto) { in generateLayerList()
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp4738 LayersProto layersProto = dumpProtoFromMainThread(); in doDump() local
5009 LayersProto layersProto; in dumpDrawingStateProto() local
5037 void SurfaceFlinger::dumpOffscreenLayersProto(LayersProto& layersProto, uint32_t traceFlags) const { in dumpOffscreenLayersProto()
H A DLayer.cpp2024 LayerProto* Layer::writeToProto(LayersProto& layersProto, uint32_t traceFlags, in writeToProto()