Lines Matching refs:getAtomMetricStats
519 getAtomMetricStats(metricId).hardDimensionLimitReached++; in noteHardDimensionLimitReached()
524 getAtomMetricStats(metricId).lateLogEventSkipped++; in noteLateLogEventSkipped()
529 getAtomMetricStats(metricId).skippedForwardBuckets++; in noteSkippedForwardBuckets()
534 getAtomMetricStats(metricId).badValueType++; in noteBadValueType()
539 getAtomMetricStats(metricId).bucketDropped++; in noteBucketDropped()
544 getAtomMetricStats(metricId).bucketUnknownCondition++; in noteBucketUnknownCondition()
549 getAtomMetricStats(metricId).conditionChangeInNextBucket++; in noteConditionChangeInNextBucket()
554 getAtomMetricStats(metricId).invalidatedBucket++; in noteInvalidatedBucket()
559 getAtomMetricStats(metricId).bucketCount++; in noteBucketCount()
564 AtomMetricStats& metricStats = getAtomMetricStats(metricId); in noteBucketBoundaryDelayNs()
585 StatsdStats::AtomMetricStats& StatsdStats::getAtomMetricStats(int64_t metricId) { in getAtomMetricStats() function in android::os::statsd::StatsdStats