Lines Matching refs:getAtomMetricStats
817 getAtomMetricStats(metricId).hardDimensionLimitReached++; in noteHardDimensionLimitReached()
822 getAtomMetricStats(metricId).lateLogEventSkipped++; in noteLateLogEventSkipped()
827 getAtomMetricStats(metricId).skippedForwardBuckets++; in noteSkippedForwardBuckets()
832 getAtomMetricStats(metricId).badValueType++; in noteBadValueType()
837 getAtomMetricStats(metricId).bucketDropped++; in noteBucketDropped()
842 getAtomMetricStats(metricId).bucketUnknownCondition++; in noteBucketUnknownCondition()
847 getAtomMetricStats(metricId).conditionChangeInNextBucket++; in noteConditionChangeInNextBucket()
852 getAtomMetricStats(metricId).invalidatedBucket++; in noteInvalidatedBucket()
857 getAtomMetricStats(metricId).bucketCount++; in noteBucketCount()
862 AtomMetricStats& metricStats = getAtomMetricStats(metricId); in noteBucketBoundaryDelayNs()
1091 StatsdStats::AtomMetricStats& StatsdStats::getAtomMetricStats(int64_t metricId) { in getAtomMetricStats() function in android::os::statsd::StatsdStats