Searched refs:writeToProto (Results 1 - 25 of 122) sorted by relevance

12345

/frameworks/native/services/surfaceflinger/
H A DLayerProtoHelper.h31 static void writeToProto(const Rect& rect, RectProto* rectProto);
32 static void writeToProto(const FloatRect& rect, FloatRectProto* rectProto);
33 static void writeToProto(const Region& region, RegionProto* regionProto);
34 static void writeToProto(const half4 color, ColorProto* colorProto);
35 static void writeToProto(const Transform& transform, TransformProto* transformProto);
36 static void writeToProto(const sp<GraphicBuffer>& buffer, ActiveBufferProto* activeBufferProto);
H A DLayerProtoHelper.cpp21 void LayerProtoHelper::writeToProto(const Region& region, RegionProto* regionProto) { function in class:android::surfaceflinger::LayerProtoHelper
28 writeToProto(*head, rectProto);
33 void LayerProtoHelper::writeToProto(const Rect& rect, RectProto* rectProto) { function in class:android::surfaceflinger::LayerProtoHelper
40 void LayerProtoHelper::writeToProto(const FloatRect& rect, FloatRectProto* rectProto) { function in class:android::surfaceflinger::LayerProtoHelper
47 void LayerProtoHelper::writeToProto(const half4 color, ColorProto* colorProto) { function in class:android::surfaceflinger::LayerProtoHelper
54 void LayerProtoHelper::writeToProto(const Transform& transform, TransformProto* transformProto) { function in class:android::surfaceflinger::LayerProtoHelper
61 void LayerProtoHelper::writeToProto(const sp<GraphicBuffer>& buffer, function in class:android::surfaceflinger::LayerProtoHelper
/frameworks/base/services/core/java/com/android/server/power/
H A DSuspendBlocker.java46 void writeToProto(ProtoOutputStream proto, long fieldId); method in interface:SuspendBlocker
/frameworks/base/services/core/java/com/android/server/wm/
H A DAnimationAdapter.java91 default void writeToProto(ProtoOutputStream proto, long fieldId) { method in interface:AnimationAdapter
93 writeToProto(proto);
97 void writeToProto(ProtoOutputStream proto); method in interface:AnimationAdapter
H A DLocalAnimationAdapter.java89 public void writeToProto(ProtoOutputStream proto) { method in class:LocalAnimationAdapter
91 mSpec.writeToProto(proto, ANIMATION_SPEC);
158 default void writeToProto(ProtoOutputStream proto, long fieldId) { method in interface:LocalAnimationAdapter.AnimationSpec
H A DAppWindowThumbnail.java128 void writeToProto(ProtoOutputStream proto, long fieldId) { method in class:AppWindowThumbnail
132 mSurfaceAnimator.writeToProto(proto, SURFACE_ANIMATOR);
H A DConfigurationContainer.java484 public void writeToProto(ProtoOutputStream proto, long fieldId, boolean trim) { method in class:ConfigurationContainer
487 mOverrideConfiguration.writeToProto(proto, OVERRIDE_CONFIGURATION);
490 mFullConfiguration.writeToProto(proto, FULL_CONFIGURATION);
491 mMergedOverrideConfiguration.writeToProto(proto, MERGED_OVERRIDE_CONFIGURATION);
H A DSurfaceAnimator.java323 void writeToProto(ProtoOutputStream proto, long fieldId) { method in class:SurfaceAnimator
326 mAnimation.writeToProto(proto, ANIMATION_ADAPTER);
329 mLeash.writeToProto(proto, LEASH);
H A DWindowToken.java289 public void writeToProto(ProtoOutputStream proto, long fieldId, boolean trim) { method in class:WindowToken
291 super.writeToProto(proto, WINDOW_CONTAINER, trim);
295 w.writeToProto(proto, WINDOWS, trim);
/frameworks/base/core/java/android/view/
H A DRemoteAnimationTarget.java194 public void writeToProto(ProtoOutputStream proto, long fieldId) { method in class:RemoteAnimationTarget
198 leash.writeToProto(proto, LEASH);
200 clipRect.writeToProto(proto, CLIP_RECT);
201 contentInsets.writeToProto(proto, CONTENT_INSETS);
203 position.writeToProto(proto, POSITION);
204 sourceContainerBounds.writeToProto(proto, SOURCE_CONTAINER_BOUNDS);
205 windowConfiguration.writeToProto(proto, WINDOW_CONFIGURATION);
/frameworks/base/services/core/java/com/android/server/am/
H A DActiveInstrumentation.java124 void writeToProto(ProtoOutputStream proto, long fieldId) { method in class:ActiveInstrumentation
126 mClass.writeToProto(proto, ActiveInstrumentationProto.CLASS);
129 mRunningProcesses.get(i).writeToProto(proto,
136 mTargetInfo.writeToProto(proto, ActiveInstrumentationProto.TARGET_INFO);
H A DReceiverList.java83 void writeToProto(ProtoOutputStream proto, long fieldId) { method in class:ReceiverList
85 app.writeToProto(proto, ReceiverListProto.APP);
90 curBroadcast.writeToProto(proto, ReceiverListProto.CURRENT);
96 bf.writeToProto(proto, ReceiverListProto.FILTERS);
H A DIntentBindRecord.java111 public void writeToProto(ProtoOutputStream proto, long fieldId) { method in class:IntentBindRecord
114 intent.getIntent().writeToProto(proto,
131 a.writeToProto(proto, IntentBindRecordProto.APPS);
H A DUriPermissionOwner.java143 public void writeToProto(ProtoOutputStream proto, long fieldId) { method in class:UriPermissionOwner
149 p.uri.writeToProto(proto, UriPermissionOwnerProto.READ_PERMS);
156 p.uri.writeToProto(proto, UriPermissionOwnerProto.WRITE_PERMS);
H A DBroadcastFilter.java49 public void writeToProto(ProtoOutputStream proto, long fieldId) { method in class:BroadcastFilter
51 super.writeToProto(proto, BroadcastFilterProto.INTENT_FILTER);
H A DServiceRecord.java164 public void writeToProto(ProtoOutputStream proto, long fieldId, long now) { method in class:ServiceRecord.StartItem
172 intent.writeToProto(proto, ServiceRecordProto.StartItem.INTENT, true, true,
176 neededGrants.writeToProto(proto, ServiceRecordProto.StartItem.NEEDED_GRANTS);
179 uriPermissions.writeToProto(proto, ServiceRecordProto.StartItem.URI_PERMISSIONS);
234 void writeToProto(ProtoOutputStream proto, long fieldId) { method in class:ServiceRecord
242 intent.getIntent().writeToProto(proto, ServiceRecordProto.INTENT, false, true, false,
261 app.writeToProto(proto, ServiceRecordProto.APP);
264 isolatedProc.writeToProto(proto, ServiceRecordProto.ISOLATED_PROC);
271 foregroundNoti.writeToProto(proto, ServiceRecordProto.Foreground.NOTIFICATION);
314 deliveredStarts.get(i).writeToProto(prot
[all...]
H A DAppBindRecord.java65 void writeToProto(ProtoOutputStream proto, long fieldId) { method in class:AppBindRecord
H A DUserState.java135 void writeToProto(ProtoOutputStream proto, long fieldId) { method in class:UserState
/frameworks/base/core/java/com/android/internal/util/
H A DLocalLog.java68 public void writeToProto(ProtoOutputStream proto, long fieldId) { method in class:LocalLog
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkIdentitySet.java173 public void writeToProto(ProtoOutputStream proto, long tag) { method in class:NetworkIdentitySet
177 ident.writeToProto(proto, NetworkIdentitySetProto.IDENTITIES);
/frameworks/base/core/java/android/content/pm/
H A DFeatureInfo.java118 public void writeToProto(ProtoOutputStream proto, long fieldId) { method in class:FeatureInfo
/frameworks/base/graphics/java/android/graphics/
H A DPoint.java133 public void writeToProto(ProtoOutputStream protoOutputStream, long fieldId) { method in class:Point
/frameworks/base/core/java/android/content/
H A DClipDescription.java342 public void writeToProto(ProtoOutputStream proto, long fieldId) { method in class:ClipDescription
354 mExtras.writeToProto(proto, ClipDescriptionProto.EXTRAS);
/frameworks/base/core/java/android/net/
H A DNetworkRequest.java475 public void writeToProto(ProtoOutputStream proto, long fieldId) { method in class:NetworkRequest
481 networkCapabilities.writeToProto(proto, NetworkRequestProto.NETWORK_CAPABILITIES);
/frameworks/base/core/java/android/os/
H A DLooper.java385 public void writeToProto(ProtoOutputStream proto, long fieldId) { method in class:Looper
389 mQueue.writeToProto(proto, LooperProto.QUEUE);

Completed in 248 milliseconds

12345