Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/metrics/
DMetricProducer.h216 virtual void flushCurrentBucketLocked(const int64_t& eventTimeNs){}; in flushCurrentBucketLocked() function
DCountMetricProducer.cpp319 void CountMetricProducer::flushCurrentBucketLocked(const int64_t& eventTimeNs) { in flushCurrentBucketLocked() function in android::os::statsd::CountMetricProducer
DValueMetricProducer.cpp456 void ValueMetricProducer::flushCurrentBucketLocked(const int64_t& eventTimeNs) { in flushCurrentBucketLocked() function in android::os::statsd::ValueMetricProducer
DGaugeMetricProducer.cpp506 void GaugeMetricProducer::flushCurrentBucketLocked(const int64_t& eventTimeNs) { in flushCurrentBucketLocked() function in android::os::statsd::GaugeMetricProducer
DDurationMetricProducer.cpp579 void DurationMetricProducer::flushCurrentBucketLocked(const int64_t& eventTimeNs) { in flushCurrentBucketLocked() function in android::os::statsd::DurationMetricProducer