Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/metrics/
DCountMetricProducer.cpp427 void CountMetricProducer::flushCurrentBucketLocked(const int64_t& eventTimeNs, in flushCurrentBucketLocked() function in android::os::statsd::CountMetricProducer
DGaugeMetricProducer.cpp630 void GaugeMetricProducer::flushCurrentBucketLocked(const int64_t& eventTimeNs, in flushCurrentBucketLocked() function in android::os::statsd::GaugeMetricProducer
DValueMetricProducer.cpp744 void ValueMetricProducer<AggregatedValue, DimExtras>::flushCurrentBucketLocked( in flushCurrentBucketLocked() function in android::os::statsd::ValueMetricProducer
DDurationMetricProducer.cpp615 void DurationMetricProducer::flushCurrentBucketLocked(const int64_t& eventTimeNs, in flushCurrentBucketLocked() function in android::os::statsd::DurationMetricProducer
DMetricProducer.h424 virtual void flushCurrentBucketLocked(const int64_t& eventTimeNs, in flushCurrentBucketLocked() function