Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayer.h658 void writeToProtoDrawingState(perfetto::protos::LayerProto* layerInfo);
DLayer.cpp2178 writeToProtoDrawingState(layerProto); in writeToProto()
2209 void Layer::writeToProtoDrawingState(perfetto::protos::LayerProto* layerInfo) { in writeToProtoDrawingState() function in android::Layer