Searched refs:writeToProto (Results 26 - 50 of 122) sorted by relevance

12345

/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayFrames.java196 public void writeToProto(ProtoOutputStream proto, long fieldId) { method in class:DisplayFrames
198 mStable.writeToProto(proto, STABLE_BOUNDS);
H A DTask.java703 public void writeToProto(ProtoOutputStream proto, long fieldId, boolean trim) { method in class:Task
705 super.writeToProto(proto, WINDOW_CONTAINER, trim);
709 appWindowToken.writeToProto(proto, APP_WINDOW_TOKENS, trim);
712 getBounds().writeToProto(proto, BOUNDS);
713 mTempInsetBounds.writeToProto(proto, TEMP_INSET_BOUNDS);
H A DWindowState.java3248 public void writeToProto(ProtoOutputStream proto, long fieldId, boolean trim) { method in class:WindowState
3250 super.writeToProto(proto, WINDOW_CONTAINER, trim);
3254 mAttrs.writeToProto(proto, ATTRIBUTES);
3255 mGivenContentInsets.writeToProto(proto, GIVEN_CONTENT_INSETS);
3256 mFrame.writeToProto(proto, FRAME);
3257 mContainingFrame.writeToProto(proto, CONTAINING_FRAME);
3258 mParentFrame.writeToProto(proto, PARENT_FRAME);
3259 mContentFrame.writeToProto(proto, CONTENT_FRAME);
3260 mContentInsets.writeToProto(proto, CONTENT_INSETS);
3261 mAttrs.surfaceInsets.writeToProto(prot
[all...]
H A DPinnedStackController.java608 void writeToProto(ProtoOutputStream proto, long fieldId) { method in class:PinnedStackController
610 getDefaultBounds(INVALID_SNAP_FRACTION).writeToProto(proto, DEFAULT_BOUNDS);
612 getMovementBounds(mTmpRect).writeToProto(proto, MOVEMENT_BOUNDS);
H A DRemoteAnimationController.java390 public void writeToProto(ProtoOutputStream proto) { method in class:RemoteAnimationController.RemoteAnimationAdapterWrapper
393 mTarget.writeToProto(proto, TARGET);
/frameworks/base/core/java/android/net/
H A DNetworkStatsHistory.java670 public void writeToProto(ProtoOutputStream proto, long tag) { method in class:NetworkStatsHistory
679 writeToProto(proto, NetworkStatsHistoryBucketProto.RX_BYTES, rxBytes, i);
680 writeToProto(proto, NetworkStatsHistoryBucketProto.RX_PACKETS, rxPackets, i);
681 writeToProto(proto, NetworkStatsHistoryBucketProto.TX_BYTES, txBytes, i);
682 writeToProto(proto, NetworkStatsHistoryBucketProto.TX_PACKETS, txPackets, i);
683 writeToProto(proto, NetworkStatsHistoryBucketProto.OPERATIONS, operations, i);
691 private static void writeToProto(ProtoOutputStream proto, long tag, long[] array, int index) { method in class:NetworkStatsHistory
H A DNetworkIdentity.java120 public void writeToProto(ProtoOutputStream proto, long tag) { method in class:NetworkIdentity
/frameworks/base/core/java/android/view/
H A DDisplayCutout.java264 public void writeToProto(ProtoOutputStream proto, long fieldId) { method in class:DisplayCutout
266 mSafeInsets.writeToProto(proto, INSETS);
267 mBounds.getBounds().writeToProto(proto, BOUNDS);
/frameworks/base/core/java/android/app/
H A DProfilerInfo.java138 public void writeToProto(ProtoOutputStream proto, long fieldId) { method in class:ProfilerInfo
H A DWindowConfiguration.java448 public void writeToProto(ProtoOutputStream protoOutputStream, long fieldId) { method in class:WindowConfiguration
451 mAppBounds.writeToProto(protoOutputStream, APP_BOUNDS);
H A DAlarmManager.java1141 public void writeToProto(ProtoOutputStream proto, long fieldId) { method in class:AlarmManager.AlarmClockInfo
1144 mShowIntent.writeToProto(proto, AlarmClockInfoProto.SHOW_INTENT);
/frameworks/base/services/core/java/com/android/server/am/
H A DAppTimeTracker.java125 void writeToProto(ProtoOutputStream proto, long fieldId, boolean details) { method in class:AppTimeTracker
H A DConnectionRecord.java161 public void writeToProto(ProtoOutputStream proto, long fieldId) { method in class:ConnectionRecord
H A DActivityDisplay.java843 public void writeToProto(ProtoOutputStream proto, long fieldId) { method in class:ActivityDisplay
845 super.writeToProto(proto, CONFIGURATION_CONTAINER, false /* trim */);
849 stack.writeToProto(proto, STACKS);
H A DUidRecord.java148 void writeToProto(ProtoOutputStream proto, long fieldId) { method in class:UidRecord
H A DVrController.java439 void writeToProto(ProtoOutputStream proto, long fieldId) { method in class:VrController
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageSetting.java179 public void writeToProto(ProtoOutputStream proto, long fieldId, List<UserInfo> users) { method in class:PackageSetting
H A DSharedUserSetting.java65 public void writeToProto(ProtoOutputStream proto, long fieldId) { method in class:SharedUserSetting
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp1897 void Layer::writeToProto(LayerProto* layerInfo, LayerVector::StateSet stateSet) { function in class:android::Layer
1920 LayerProtoHelper::writeToProto(state.activeTransparentRegion,
1922 LayerProtoHelper::writeToProto(visibleRegion, layerInfo->mutable_visible_region());
1923 LayerProtoHelper::writeToProto(surfaceDamageRegion, layerInfo->mutable_damage_region());
1940 LayerProtoHelper::writeToProto(state.crop, layerInfo->mutable_crop());
1941 LayerProtoHelper::writeToProto(state.finalCrop, layerInfo->mutable_final_crop());
1950 LayerProtoHelper::writeToProto(getColor(), layerInfo->mutable_color());
1951 LayerProtoHelper::writeToProto(state.color, layerInfo->mutable_requested_color());
1954 LayerProtoHelper::writeToProto(transform, layerInfo->mutable_transform());
1955 LayerProtoHelper::writeToProto(requestedTransfor
1979 void Layer::writeToProto(LayerProto* layerInfo, int32_t hwcId) { function in class:android::Layer
[all...]
/frameworks/base/core/java/android/content/
H A DClipData.java672 public void writeToProto(ProtoOutputStream proto, long fieldId) { method in class:ClipData.Item
682 mIntent.writeToProto(proto, ClipDataProto.Item.INTENT, true, true, true, true);
1072 public void writeToProto(ProtoOutputStream proto, long fieldId) { method in class:ClipData
1076 mClipDescription.writeToProto(proto, ClipDataProto.DESCRIPTION);
1085 mItems.get(i).writeToProto(proto, ClipDataProto.ITEMS);
H A DComponentName.java287 public void writeToProto(ProtoOutputStream proto, long fieldId) { method in class:ComponentName
/frameworks/base/core/java/android/os/
H A DPowerManager.java1658 public void writeToProto(ProtoOutputStream proto, long fieldId) { method in class:PowerManager.WakeLock
1666 mWorkSource.writeToProto(proto, PowerManagerProto.WakeLock.WORK_SOURCE);
H A DPersistableBundle.java327 public void writeToProto(ProtoOutputStream proto, long fieldId) { method in class:PersistableBundle
/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerService.java635 public void writeToProto(ProtoOutputStream proto, long fieldId, long nowElapsed, method in class:AlarmManagerService.Batch
643 a.writeToProto(proto, BatchProto.ALARMS, nowElapsed, nowRTC);
1163 public void writeToProto(ProtoOutputStream proto, long fieldId) { method in class:AlarmManagerService.InFlight
1171 mPendingIntent.writeToProto(proto, InFlightProto.PENDING_INTENT);
1174 mBroadcastStats.writeToProto(proto, InFlightProto.BROADCAST_STATS);
1177 mFilterStats.writeToProto(proto, InFlightProto.FILTER_STATS);
1180 mWorkSource.writeToProto(proto, InFlightProto.WORK_SOURCE);
1216 public void writeToProto(ProtoOutputStream proto, long fieldId) { method in class:AlarmManagerService.FilterStats
1260 public void writeToProto(ProtoOutputStream proto, long fieldId) { method in class:AlarmManagerService.BroadcastStats
2297 b.writeToProto(prot
3340 public void writeToProto(ProtoOutputStream proto, long fieldId, long nowElapsed, method in class:AlarmManagerService.Alarm
[all...]
/frameworks/base/core/java/android/service/notification/
H A DCondition.java165 public void writeToProto(ProtoOutputStream proto, long fieldId) { method in class:Condition

Completed in 1642 milliseconds

12345