Lines Matching refs:ValueMetricProducer
75 ValueMetricProducer<AggregatedValue, DimExtras>::ValueMetricProducer( in ValueMetricProducer() function in android::os::statsd::ValueMetricProducer
151 ValueMetricProducer<AggregatedValue, DimExtras>::~ValueMetricProducer() { in ~ValueMetricProducer()
159 void ValueMetricProducer<AggregatedValue, DimExtras>::onStatsdInitCompleted( in onStatsdInitCompleted()
171 void ValueMetricProducer<AggregatedValue, DimExtras>::notifyAppUpgradeInternalLocked( in notifyAppUpgradeInternalLocked()
181 ValueMetricProducer<AggregatedValue, DimExtras>::onConfigUpdatedLocked( in onConfigUpdatedLocked()
229 size_t ValueMetricProducer<AggregatedValue, DimExtras>::computeValueBucketSizeLocked( in computeValueBucketSizeLocked()
254 void ValueMetricProducer<AggregatedValue, DimExtras>::onStateChanged( in onStateChanged()
299 void ValueMetricProducer<AggregatedValue, DimExtras>::onSlicedConditionMayChangeLocked( in onSlicedConditionMayChangeLocked()
305 void ValueMetricProducer<AggregatedValue, DimExtras>::dropDataLocked(const int64_t dropTimeNs) { in dropDataLocked()
315 void ValueMetricProducer<AggregatedValue, DimExtras>::clearPastBucketsLocked( in clearPastBucketsLocked()
323 void ValueMetricProducer<AggregatedValue, DimExtras>::onDumpReportLocked( in onDumpReportLocked()
482 void ValueMetricProducer<AggregatedValue, DimExtras>::invalidateCurrentBucket( in invalidateCurrentBucket()
493 void ValueMetricProducer<AggregatedValue, DimExtras>::skipCurrentBucket( in skipCurrentBucket()
511 void ValueMetricProducer<AggregatedValue, DimExtras>::onActiveStateChangedLocked( in onActiveStateChangedLocked()
546 void ValueMetricProducer<AggregatedValue, DimExtras>::onConditionChangedLocked( in onConditionChangedLocked()
605 void ValueMetricProducer<AggregatedValue, DimExtras>::updateCurrentSlicedBucketConditionTimers( in updateCurrentSlicedBucketConditionTimers()
626 void ValueMetricProducer<AggregatedValue, DimExtras>::dumpStatesLocked(int out, in dumpStatesLocked()
647 bool ValueMetricProducer<AggregatedValue, DimExtras>::hasReachedGuardRailLimit() const { in hasReachedGuardRailLimit()
652 bool ValueMetricProducer<AggregatedValue, DimExtras>::hitGuardRailLocked( in hitGuardRailLocked()
678 void ValueMetricProducer<AggregatedValue, DimExtras>::onMatchedLogEventInternalLocked( in onMatchedLogEventInternalLocked()
753 void ValueMetricProducer<AggregatedValue, DimExtras>::flushIfNeededLocked( in flushIfNeededLocked()
768 int64_t ValueMetricProducer<AggregatedValue, DimExtras>::calcBucketsForwardCount( in calcBucketsForwardCount()
778 void ValueMetricProducer<AggregatedValue, DimExtras>::flushCurrentBucketLocked( in flushCurrentBucketLocked()
805 void ValueMetricProducer<AggregatedValue, DimExtras>::closeCurrentBucket( in closeCurrentBucket()
884 void ValueMetricProducer<AggregatedValue, DimExtras>::initNextSlicedBucket( in initNextSlicedBucket()
932 template class ValueMetricProducer<Value, vector<optional<Value>>>; variable
933 template class ValueMetricProducer<unique_ptr<KllQuantile>, Empty>; variable