Searched defs:flushCurrentBucketLocked (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/cmds/statsd/src/metrics/ | ||
D | MetricProducer.h | 216 virtual void flushCurrentBucketLocked(const int64_t& eventTimeNs){}; in flushCurrentBucketLocked() function |
D | CountMetricProducer.cpp | 319 void CountMetricProducer::flushCurrentBucketLocked(const int64_t& eventTimeNs) { in flushCurrentBucketLocked() function in android::os::statsd::CountMetricProducer |
D | ValueMetricProducer.cpp | 456 void ValueMetricProducer::flushCurrentBucketLocked(const int64_t& eventTimeNs) { in flushCurrentBucketLocked() function in android::os::statsd::ValueMetricProducer |
D | GaugeMetricProducer.cpp | 506 void GaugeMetricProducer::flushCurrentBucketLocked(const int64_t& eventTimeNs) { in flushCurrentBucketLocked() function in android::os::statsd::GaugeMetricProducer |
D | DurationMetricProducer.cpp | 579 void DurationMetricProducer::flushCurrentBucketLocked(const int64_t& eventTimeNs) { in flushCurrentBucketLocked() function in android::os::statsd::DurationMetricProducer |