Lines Matching refs:getAtomMetricStats
516 getAtomMetricStats(metricId).hardDimensionLimitReached++; in noteHardDimensionLimitReached()
521 getAtomMetricStats(metricId).lateLogEventSkipped++; in noteLateLogEventSkipped()
526 getAtomMetricStats(metricId).skippedForwardBuckets++; in noteSkippedForwardBuckets()
531 getAtomMetricStats(metricId).badValueType++; in noteBadValueType()
536 getAtomMetricStats(metricId).bucketDropped++; in noteBucketDropped()
541 getAtomMetricStats(metricId).bucketUnknownCondition++; in noteBucketUnknownCondition()
546 getAtomMetricStats(metricId).conditionChangeInNextBucket++; in noteConditionChangeInNextBucket()
551 getAtomMetricStats(metricId).invalidatedBucket++; in noteInvalidatedBucket()
556 getAtomMetricStats(metricId).bucketCount++; in noteBucketCount()
561 AtomMetricStats& pullStats = getAtomMetricStats(metricId); in noteBucketBoundaryDelayNs()
582 StatsdStats::AtomMetricStats& StatsdStats::getAtomMetricStats(int64_t metricId) { in getAtomMetricStats() function in android::os::statsd::StatsdStats