Home
last modified time | relevance | path

Searched refs:appendToFullBucket (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/StatsD/statsd/src/metrics/
H A DValueMetricProducer.h275 void appendToFullBucket(const bool isFullBucketReached);
H A DValueMetricProducer.cpp1131 appendToFullBucket(eventTimeNs > fullBucketEndTimeNs); in flushCurrentBucketLocked()
1216 void ValueMetricProducer::appendToFullBucket(const bool isFullBucketReached) { in appendToFullBucket() function in android::os::statsd::ValueMetricProducer