Searched defs:flushCurrentBucketLocked (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/packages/modules/StatsD/statsd/src/metrics/ | ||
D | CountMetricProducer.cpp | 460 void CountMetricProducer::flushCurrentBucketLocked(const int64_t eventTimeNs, in flushCurrentBucketLocked() function in android::os::statsd::CountMetricProducer |
D | GaugeMetricProducer.cpp | 672 void GaugeMetricProducer::flushCurrentBucketLocked(const int64_t eventTimeNs, in flushCurrentBucketLocked() function in android::os::statsd::GaugeMetricProducer |
D | ValueMetricProducer.cpp | 795 void ValueMetricProducer<AggregatedValue, DimExtras>::flushCurrentBucketLocked( in flushCurrentBucketLocked() function in android::os::statsd::ValueMetricProducer |
D | MetricProducer.h | 416 virtual void flushCurrentBucketLocked(int64_t eventTimeNs, int64_t nextBucketStartTimeNs){}; in flushCurrentBucketLocked() function |
D | DurationMetricProducer.cpp | 641 void DurationMetricProducer::flushCurrentBucketLocked(const int64_t eventTimeNs, in flushCurrentBucketLocked() function in android::os::statsd::DurationMetricProducer |