Home
last modified time | relevance | path

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

/frameworks/base/cmds/incident_helper/src/parsers/
DCpuFreqParser.cpp71 uint64_t stateToken = proto.start(CpuFreqProto::Stats::TIMES); in Parse() local
74 proto.end(stateToken); in Parse()
/frameworks/base/core/java/com/android/internal/app/procstats/
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);
DProcessState.java1499 final long stateToken = proto.start(ProcessStatsProto.STATES); in dumpDebug() local
1512 proto.end(stateToken); in dumpDebug()
1516 final long stateToken = proto.start(ProcessStatsProto.STATES); in dumpDebug() local
1523 proto.end(stateToken); in dumpDebug()
1528 final long stateToken = proto.start(ProcessStatsProto.TOTAL_RUNNING_STATE); in dumpDebug() local
1533 proto.end(stateToken); in dumpDebug()
1732 final long stateToken = proto.start(ProcessStatsProto.STATES); in dumpAggregatedProtoForStatsd() local
1749 proto.end(stateToken); in dumpAggregatedProtoForStatsd()
DAssociationState.java1168 final long stateToken = proto.start( in dumpDebug() local
1175 proto.end(stateToken); in dumpDebug()
1180 final long stateToken = proto.start( in dumpDebug() local
1187 proto.end(stateToken); in dumpDebug()
DDumpUtils.java355 final long stateToken = proto.start(fieldId); in printProcStateDurationProto() local
359 proto.end(stateToken); in printProcStateDurationProto()
/frameworks/base/services/core/java/com/android/server/powerstats/
DProtoStreamUtils.java70 long stateToken = pos.start(PowerEntityProto.STATES); in packProtoMessage() local
73 pos.end(stateToken); in packProtoMessage()