Home
last modified time | relevance | path

Searched refs:mAggregationType (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/cmds/statsd/src/metrics/
DDurationMetricProducer.h101 const DurationMetric_AggregationType mAggregationType; variable
DDurationMetricProducer.cpp74 mAggregationType(metric.aggregation_type()), in DurationMetricProducer()
146 if (mAggregationType == DurationMetric_AggregationType_SUM) { in addAnomalyTracker()
163 switch (mAggregationType) { in createDurationTracker()
DValueMetricProducer.cpp97 mAggregationType(metric.aggregation_type()), in ValueMetricProducer()
784 switch (mAggregationType) { in onMatchedLogEventInternalLocked()
899 if (mAggregationType != ValueMetric::AVG) { in buildPartialBucket()
DValueMetricProducer.h208 const ValueMetric::AggregationType mAggregationType; variable