Home
last modified time | relevance | path

Searched refs:maxDropEventsReached (Results 1 – 4 of 4) sorted by relevance

/packages/modules/StatsD/statsd/src/metrics/
DMetricProducer.cpp401 bool MetricProducer::maxDropEventsReached() const { in maxDropEventsReached() function in android::os::statsd::MetricProducer
DMetricProducer.h506 bool maxDropEventsReached() const;
DGaugeMetricProducer.cpp691 if (!maxDropEventsReached()) { in flushCurrentBucketLocked()
DValueMetricProducer.cpp500 if (!maxDropEventsReached()) { in skipCurrentBucket()