/frameworks/native/services/surfaceflinger/ |
D | LayerProtoHelper.h | 35 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);
|
D | LayerProtoHelper.cpp | 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() [all …]
|
D | Layer.cpp | 2197 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 …]
|
D | Layer.h | 531 LayerProto* writeToProto(LayersProto& layersProto, uint32_t traceFlags,
|
D | SurfaceFlinger.cpp | 4626 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/ |
D | PulledStats.java | 58 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/ |
D | PulledStatsTest.java | 59 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/ |
D | ProtoTraceable.java | 25 void writeToProto(T proto); in writeToProto() method
|
/frameworks/base/services/people/java/com/android/server/people/data/ |
D | EventHistoryImpl.java | 247 event.writeToProto(protoOutputStream); in protoStreamWriter() 324 index.writeToProto(protoOutputStream);
|
D | Event.java | 154 void writeToProto(@NonNull ProtoOutputStream protoOutputStream) { in writeToProto() method in Event
|
D | ConversationStore.java | 316 conversationInfo.writeToProto(protoOutputStream); in protoStreamWriter()
|
D | EventIndex.java | 260 synchronized void writeToProto(@NonNull ProtoOutputStream protoOutputStream) { in writeToProto() method in EventIndex
|
D | ConversationInfo.java | 269 void writeToProto(@NonNull ProtoOutputStream protoOutputStream) { in writeToProto() method in ConversationInfo
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/tracing/ |
D | ProtoTracer.java | 87 t.writeToProto(proto.systemUi); in updateBufferProto()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | AppExitInfoTracker.java | 714 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/ |
D | ApplicationExitInfo.java | 1075 public void writeToProto(ProtoOutputStream proto, long fieldId) { in writeToProto() method in ApplicationExitInfo
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | EdgeBackGestureHandler.java | 654 public void writeToProto(SystemUiTraceProto proto) { in writeToProto() method in EdgeBackGestureHandler
|
/frameworks/base/services/ |
D | art-profile | 6632 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/ |
D | boot-image-profile.txt | 1508 HPLandroid/app/ApplicationExitInfo;->writeToProto(Landroid/util/proto/ProtoOutputStream;J)V
|