Home
last modified time | relevance | path

Searched defs:flushCurrentBucketLocked (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/packages/modules/StatsD/statsd/src/metrics/
DCountMetricProducer.cpp460 void CountMetricProducer::flushCurrentBucketLocked(const int64_t eventTimeNs, in flushCurrentBucketLocked() function in android::os::statsd::CountMetricProducer
DGaugeMetricProducer.cpp672 void GaugeMetricProducer::flushCurrentBucketLocked(const int64_t eventTimeNs, in flushCurrentBucketLocked() function in android::os::statsd::GaugeMetricProducer
DValueMetricProducer.cpp795 void ValueMetricProducer<AggregatedValue, DimExtras>::flushCurrentBucketLocked( in flushCurrentBucketLocked() function in android::os::statsd::ValueMetricProducer
DMetricProducer.h416 virtual void flushCurrentBucketLocked(int64_t eventTimeNs, int64_t nextBucketStartTimeNs){}; in flushCurrentBucketLocked() function
DDurationMetricProducer.cpp641 void DurationMetricProducer::flushCurrentBucketLocked(const int64_t eventTimeNs, in flushCurrentBucketLocked() function in android::os::statsd::DurationMetricProducer