Lines Matching refs:writeToProto

46 void LayerProtoHelper::writeToProto(const Region& region,  in writeToProto()  function in android::surfaceflinger::LayerProtoHelper
58 writeToProto(*head, getProtoRect); in writeToProto()
63 void LayerProtoHelper::writeToProto(const Rect& rect, std::function<RectProto*()> getRectProto) { in writeToProto() function in android::surfaceflinger::LayerProtoHelper
74 void LayerProtoHelper::writeToProto(const FloatRect& rect, in writeToProto() function in android::surfaceflinger::LayerProtoHelper
86 void LayerProtoHelper::writeToProto(const half4 color, std::function<ColorProto*()> getColorProto) { in writeToProto() function in android::surfaceflinger::LayerProtoHelper
97 void LayerProtoHelper::writeToProto(const ui::Transform& transform, in writeToProto() function in android::surfaceflinger::LayerProtoHelper
113 void LayerProtoHelper::writeToProto(const sp<GraphicBuffer>& buffer, in writeToProto() function in android::surfaceflinger::LayerProtoHelper
126 void LayerProtoHelper::writeToProto( in writeToProto() function in android::surfaceflinger::LayerProtoHelper
137 LayerProtoHelper::writeToProto({inputInfo.frameLeft, inputInfo.frameTop, inputInfo.frameRight, in writeToProto()
140 LayerProtoHelper::writeToProto(inputInfo.touchableRegion, in writeToProto()
156 LayerProtoHelper::writeToProto(cropLayer->getScreenBounds( in writeToProto()
162 void LayerProtoHelper::writeToProto(const mat4 matrix, ColorTransformProto* colorTransformProto) { in writeToProto() function in android::surfaceflinger::LayerProtoHelper