Home
last modified time | relevance | path

Searched refs:stateToken (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/cmds/incident_helper/src/parsers/
H A DCpuFreqParser.cpp71 uint64_t stateToken = proto.start(CpuFreqProto::Stats::TIMES); in Parse() local
74 proto.end(stateToken); in Parse()
/aosp12/frameworks/base/core/java/com/android/internal/app/procstats/
H A DServiceState.java613 final long stateToken = proto.start(PackageServiceOperationStatsProto.STATE_STATS);
619 proto.end(stateToken);
622 final long stateToken = proto.start(PackageServiceOperationStatsProto.STATE_STATS);
629 proto.end(stateToken);
H A DProcessState.java1474 final long stateToken = proto.start(ProcessStatsProto.STATES); in dumpDebug() local
1487 proto.end(stateToken); in dumpDebug()
1491 final long stateToken = proto.start(ProcessStatsProto.STATES); in dumpDebug() local
1498 proto.end(stateToken); in dumpDebug()
1503 final long stateToken = proto.start(ProcessStatsProto.TOTAL_RUNNING_STATE); in dumpDebug() local
1508 proto.end(stateToken); in dumpDebug()
1636 final long stateToken = proto.start(ProcessStatsProto.STATES); in dumpAggregatedProtoForStatsd() local
1653 proto.end(stateToken); in dumpAggregatedProtoForStatsd()
H A DAssociationState.java1167 final long stateToken = proto.start( in dumpDebug() local
1174 proto.end(stateToken); in dumpDebug()
1179 final long stateToken = proto.start( in dumpDebug() local
1186 proto.end(stateToken); in dumpDebug()
H A DDumpUtils.java357 final long stateToken = proto.start(fieldId); in printProcStateDurationProto() local
361 proto.end(stateToken); in printProcStateDurationProto()
/aosp12/packages/modules/StatsD/statsd/src/metrics/
H A DCountMetricProducer.cpp258 uint64_t stateToken = protoOutput->start(FIELD_TYPE_MESSAGE | FIELD_COUNT_REPEATED | in onDumpReportLocked() local
261 protoOutput->end(stateToken); in onDumpReportLocked()
H A DDurationMetricProducer.cpp542 uint64_t stateToken = protoOutput->start(FIELD_TYPE_MESSAGE | FIELD_COUNT_REPEATED | in onDumpReportLocked() local
545 protoOutput->end(stateToken); in onDumpReportLocked()
H A DValueMetricProducer.cpp376 uint64_t stateToken = protoOutput->start(FIELD_TYPE_MESSAGE | FIELD_COUNT_REPEATED | in onDumpReportLocked() local
379 protoOutput->end(stateToken); in onDumpReportLocked()
/aosp12/frameworks/base/services/core/java/com/android/server/powerstats/
H A DProtoStreamUtils.java70 long stateToken = pos.start(PowerEntityProto.STATES); in packProtoMessage() local
73 pos.end(stateToken); in packProtoMessage()