Home
last modified time | relevance | path

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

12

/aosp12/frameworks/native/services/surfaceflinger/
H A 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);
46 static void writeToProto(const sp<GraphicBuffer>& buffer,
48 static void writeToProto(const gui::WindowInfo& inputInfo,
51 static void writeToProto(const mat4 matrix, ColorTransformProto* colorTransformProto);
H A DLayerProtoHelper.cpp50 void LayerProtoHelper::writeToProto(const Region& region, in writeToProto() function in android::surfaceflinger::LayerProtoHelper
62 writeToProto(*head, getProtoRect); in writeToProto()
67 void LayerProtoHelper::writeToProto(const Rect& rect, std::function<RectProto*()> getRectProto) { in writeToProto() function in android::surfaceflinger::LayerProtoHelper
78 void LayerProtoHelper::writeToProto(const FloatRect& rect, in writeToProto() function in android::surfaceflinger::LayerProtoHelper
90 void LayerProtoHelper::writeToProto(const half4 color, std::function<ColorProto*()> getColorProto) { in writeToProto() function in android::surfaceflinger::LayerProtoHelper
133 void LayerProtoHelper::writeToProto(const sp<GraphicBuffer>& buffer, in writeToProto() function in android::surfaceflinger::LayerProtoHelper
146 void LayerProtoHelper::writeToProto( in writeToProto() function in android::surfaceflinger::LayerProtoHelper
161 LayerProtoHelper::writeToProto({inputInfo.frameLeft, inputInfo.frameTop, inputInfo.frameRight, in writeToProto()
164 LayerProtoHelper::writeToProto(inputInfo.touchableRegion, in writeToProto()
178 LayerProtoHelper::writeToProto(cropLayer->getScreenBounds( in writeToProto()
[all …]
H A DLayer.cpp2039 layer->writeToProto(layersProto, traceFlags, display); in writeToProto()
2053 LayerProtoHelper::writeToProto(buffer, in writeToProtoDrawingState()
2075 LayerProtoHelper::writeToProto(getVisibleRegion(display), in writeToProtoDrawingState()
2078 LayerProtoHelper::writeToProto(surfaceDamageRegion, in writeToProtoDrawingState()
2082 LayerProtoHelper::writeToProto(getColorTransform(), in writeToProtoDrawingState()
2087 LayerProtoHelper::writeToProto(mSourceBounds, in writeToProtoDrawingState()
2089 LayerProtoHelper::writeToProto(mScreenBounds, in writeToProtoDrawingState()
2091 LayerProtoHelper::writeToProto(getRoundedCornerState().cropRect, in writeToProtoDrawingState()
2120 LayerProtoHelper::writeToProto(state.activeTransparentRegion_legacy, in writeToProtoCommonState()
2141 LayerProtoHelper::writeToProto(state.color, in writeToProtoCommonState()
[all …]
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPulledStatsTest.java59 stats.writeToProto(1023123, proto); // a very large number in testPulledStats_UnknownReport()
79 stats.writeToProto(REPORT_REMOTE_VIEWS, protoStream); in testPulledStats_RemoteViewReportPackages()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DPulledStats.java58 writeToProto(report, proto); in toParcelFileDescriptor()
109 void writeToProto(int report, ProtoOutputStream proto) { in writeToProto() method in PulledStats
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/tracing/
H A DProtoTraceable.java25 void writeToProto(T proto); in writeToProto() method
/aosp12/frameworks/base/services/core/java/com/android/server/apphibernation/
H A DProtoReadWriter.java36 void writeToProto(@NonNull ProtoOutputStream stream, @NonNull T data); in writeToProto() method
H A DUserLevelHibernationProto.java37 public void writeToProto(@NonNull ProtoOutputStream stream, in writeToProto() method in UserLevelHibernationProto
H A DGlobalLevelHibernationProto.java37 public void writeToProto(@NonNull ProtoOutputStream stream, in writeToProto() method in GlobalLevelHibernationProto
H A DHibernationStateDiskStore.java155 mProtoReadWriter.writeToProto(protoOutputStream, states); in writeStateProto()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DInputConsumer.java132 default void writeToProto(TouchInteractionServiceProto.Builder serviceProto) { in writeToProto() method
H A DOverviewComponentObserver.java272 public void writeToProto(TouchInteractionServiceProto.Builder serviceProto) { in writeToProto() method in OverviewComponentObserver
H A DTouchInteractionService.java1023 public void writeToProto(LauncherTraceProto.Builder proto) { in writeToProto() method in TouchInteractionService
1029 mOverviewComponentObserver.writeToProto(serviceProto); in writeToProto()
1031 mConsumer.writeToProto(serviceProto); in writeToProto()
H A DGestureState.java435 public void writeToProto(SwipeHandlerProto.Builder swipeHandlerProto) { in writeToProto() method in GestureState
/aosp12/frameworks/base/services/people/java/com/android/server/people/data/
H A DEventHistoryImpl.java247 event.writeToProto(protoOutputStream); in protoStreamWriter()
324 index.writeToProto(protoOutputStream);
H A DEvent.java154 void writeToProto(@NonNull ProtoOutputStream protoOutputStream) { in writeToProto() method in Event
H A DConversationStore.java330 conversationInfo.writeToProto(protoOutputStream); in protoStreamWriter()
H A DEventIndex.java260 synchronized void writeToProto(@NonNull ProtoOutputStream protoOutputStream) { in writeToProto() method in EventIndex
H A DConversationInfo.java313 void writeToProto(@NonNull ProtoOutputStream protoOutputStream) { in writeToProto() method in ConversationInfo
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DProtoTracer.java82 t.writeToProto(launcherProto); in updateBufferProto()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/tracing/
H A DProtoTracer.java92 t.writeToProto(proto.systemUi); in updateBufferProto()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/apphibernation/
H A DHibernationStateDiskStoreTest.java115 public void writeToProto(@NonNull ProtoOutputStream stream, in writeToProto() method in HibernationStateDiskStoreTest.MockProtoReadWriter
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DWMShell.java419 public void writeToProto(SystemUiTraceProto proto) { in writeToProto() method in WMShell
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
H A DOtherActivityInputConsumer.java498 mInteractionHandler.writeToProto(inputConsumerProto);
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DAppExitInfoTracker.java735 records.valueAt(j).writeToProto(proto, AppsExitInfoProto.Package.USERS); in persistProcessExitInfo()
1431 void writeToProto(ProtoOutputStream proto, long fieldId) { in writeToProto() method in AppExitInfoTracker.AppExitInfoContainer
1436 mInfos.valueAt(i).writeToProto(proto, AppsExitInfoProto.Package.User.APP_EXIT_INFO); in writeToProto()

12