Home
last modified time | relevance | path

Searched refs:writeToProto (Results 1 – 19 of 19) sorted by relevance

/frameworks/native/services/surfaceflinger/
DLayerProtoHelper.h35 static void writeToProto(const Rect& rect, std::function<RectProto*()> getRectProto);
36 static void writeToProto(const FloatRect& rect,
38 static void writeToProto(const Region& region, std::function<RegionProto*()> getRegionProto);
39 static void writeToProto(const half4 color, std::function<ColorProto*()> getColorProto);
40 static void writeToProto(const ui::Transform& transform, TransformProto* transformProto);
41 static void writeToProto(const sp<GraphicBuffer>& buffer,
43 static void writeToProto(const InputWindowInfo& inputInfo,
46 static void writeToProto(const mat4 matrix, ColorTransformProto* colorTransformProto);
DLayerProtoHelper.cpp46 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()
[all …]
DLayer.cpp2197 LayerProto* Layer::writeToProto(LayersProto& layersProto, uint32_t traceFlags, in writeToProto() function in android::Layer
2212 layer->writeToProto(layersProto, traceFlags, display); in writeToProto()
2234 LayerProtoHelper::writeToProto(buffer, in writeToProtoDrawingState()
2236 LayerProtoHelper::writeToProto(ui::Transform(getBufferTransform()), in writeToProtoDrawingState()
2248 LayerProtoHelper::writeToProto(transform, layerInfo->mutable_transform()); in writeToProtoDrawingState()
2251 LayerProtoHelper::writeToProto(mBounds, [&]() { return layerInfo->mutable_bounds(); }); in writeToProtoDrawingState()
2253 LayerProtoHelper::writeToProto(getVisibleRegion(display), in writeToProtoDrawingState()
2256 LayerProtoHelper::writeToProto(surfaceDamageRegion, in writeToProtoDrawingState()
2260 LayerProtoHelper::writeToProto(getColorTransform(), in writeToProtoDrawingState()
2265 LayerProtoHelper::writeToProto(mSourceBounds, in writeToProtoDrawingState()
[all …]
DLayer.h531 LayerProto* writeToProto(LayersProto& layersProto, uint32_t traceFlags,
DSurfaceFlinger.cpp4626 layer->writeToProto(layersProto, traceFlags, display.get()); in dumpDrawingStateProto()
4651 offscreenLayer->writeToProto(layersProto, traceFlags, nullptr /*device*/); in dumpOffscreenLayersProto()
/frameworks/base/services/core/java/com/android/server/notification/
DPulledStats.java58 writeToProto(report, proto); in toParcelFileDescriptor()
109 void writeToProto(int report, ProtoOutputStream proto) { in writeToProto() method in PulledStats
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPulledStatsTest.java59 stats.writeToProto(1023123, proto); // a very large number in testPulledStats_UnknownReport()
79 stats.writeToProto(REPORT_REMOTE_VIEWS, protoStream); in testPulledStats_RemoteViewReportPackages()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/tracing/
DProtoTraceable.java25 void writeToProto(T proto); in writeToProto() method
/frameworks/base/services/people/java/com/android/server/people/data/
DEventHistoryImpl.java247 event.writeToProto(protoOutputStream); in protoStreamWriter()
324 index.writeToProto(protoOutputStream);
DEvent.java154 void writeToProto(@NonNull ProtoOutputStream protoOutputStream) { in writeToProto() method in Event
DConversationStore.java316 conversationInfo.writeToProto(protoOutputStream); in protoStreamWriter()
DEventIndex.java260 synchronized void writeToProto(@NonNull ProtoOutputStream protoOutputStream) { in writeToProto() method in EventIndex
DConversationInfo.java269 void writeToProto(@NonNull ProtoOutputStream protoOutputStream) { in writeToProto() method in ConversationInfo
/frameworks/base/packages/SystemUI/src/com/android/systemui/tracing/
DProtoTracer.java87 t.writeToProto(proto.systemUi); in updateBufferProto()
/frameworks/base/services/core/java/com/android/server/am/
DAppExitInfoTracker.java714 records.valueAt(j).writeToProto(proto, AppsExitInfoProto.Package.USERS); in persistProcessExitInfo()
1368 void writeToProto(ProtoOutputStream proto, long fieldId) { in writeToProto() method in AppExitInfoTracker.AppExitInfoContainer
1373 mInfos.valueAt(i).writeToProto(proto, AppsExitInfoProto.Package.User.APP_EXIT_INFO); in writeToProto()
/frameworks/base/core/java/android/app/
DApplicationExitInfo.java1075 public void writeToProto(ProtoOutputStream proto, long fieldId) { in writeToProto() method in ApplicationExitInfo
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DEdgeBackGestureHandler.java654 public void writeToProto(SystemUiTraceProto proto) { in writeToProto() method in EdgeBackGestureHandler
/frameworks/base/services/
Dart-profile6632 HPLcom/android/server/am/AppExitInfoTracker$AppExitInfoContainer;->writeToProto(Landroid/util/proto…
23017 HPLcom/android/server/people/data/ConversationInfo;->writeToProto(Landroid/util/proto/ProtoOutputSt…
23155 PLcom/android/server/people/data/Event;->writeToProto(Landroid/util/proto/ProtoOutputStream;)V
23206 PLcom/android/server/people/data/EventIndex;->writeToProto(Landroid/util/proto/ProtoOutputStream;)V
/frameworks/base/config/
Dboot-image-profile.txt1508 HPLandroid/app/ApplicationExitInfo;->writeToProto(Landroid/util/proto/ProtoOutputStream;J)V