Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/
H A DLayer.h697 void writeToProtoDrawingState(LayerProto* layerInfo, uint32_t traceFlags, const DisplayDevice*);
H A DLayer.cpp2027 writeToProtoDrawingState(layerProto, traceFlags, display); in writeToProto()
2045 void Layer::writeToProtoDrawingState(LayerProto* layerInfo, uint32_t traceFlags, in writeToProtoDrawingState() function in android::Layer