Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/statsd/src/metrics/
H A DValueMetricProducer.cpp162 int64_t numBucketsForward = calcBucketsForwardCount(startTimeNs); in ValueMetricProducer()
1020 if (useAnomalyDetection && !multipleBucketsSkipped(calcBucketsForwardCount(eventTimeNs))) { in onMatchedLogEventInternalLocked()
1043 int64_t numBucketsForward = calcBucketsForwardCount(eventTimeNs); in flushIfNeededLocked()
1048 int64_t ValueMetricProducer::calcBucketsForwardCount(const int64_t& eventTimeNs) const { in calcBucketsForwardCount() function in android::os::statsd::ValueMetricProducer
1068 int64_t numBucketsForward = calcBucketsForwardCount(eventTimeNs); in flushCurrentBucketLocked()
H A DValueMetricProducer.h145 int64_t calcBucketsForwardCount(const int64_t& eventTimeNs) const;