Home
last modified time | relevance | path

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

/packages/modules/StatsD/framework/java/android/util/
DStatsEvent.java242 private final int mAtomId; field in StatsEvent
249 mAtomId = atomId; in StatsEvent()
269 return mAtomId; in getAtomId()
356 private int mAtomId; field in StatsEvent.Builder
368 mAtomId = 0; in Builder()
391 if (0 == mAtomId) { in setAtomId()
392 mAtomId = atomId; in setAtomId()
773 if (0 == mAtomId) { in build()
789 mPos += mBuffer.putInt(mPos, mAtomId); in build()
798 return new StatsEvent(mAtomId, mBuffer, mBuffer.getBytes(), size); in build()
[all …]
/packages/modules/StatsD/framework/java/android/app/
DStatsManager.java684 public final int mAtomId; field in StatsManager.PullAtomCallbackInternal
689 mAtomId = atomId; in PullAtomCallbackInternal()
710 Log.w(TAG, "StatsPullResultReceiver failed for tag " + mAtomId in onPullAtom()
716 Log.w(TAG, "StatsPullResultReceiver failed for tag " + mAtomId in onPullAtom()
/packages/modules/StatsD/statsd/src/metrics/
DGaugeMetricProducer.cpp97 mAtomId(atomId),
351 writeFieldValueTreeToStream(mAtomId, in onDumpReportLocked()
675 AtomDimensionKey key(mAtomId, HashableDimensionKey(*atom.mFields)); in flushCurrentBucketLocked()
DGaugeMetricProducer.h190 const int mAtomId; variable
/packages/modules/StatsD/statsd/src/guardrail/
DStatsdStats.h897 : mAtomId(atomId), mError(error), mCount(count) { in AtomLossInfo()
899 int mAtomId; member
DStatsdStats.cpp1565 dprintf(out, "\t\t %d (atomId) %d (error), %d (count)\n", counterInfo.mAtomId, in dumpStats()
2050 counterInfo.mAtomId); in dumpStats()