Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/metrics/
DValueMetricProducer.cpp143 int64_t numBucketsForward = calcBucketsForwardCount(startTimeNs); in ValueMetricProducer()
830 int64_t numBucketsForward = calcBucketsForwardCount(eventTimeNs); in flushIfNeededLocked()
835 int64_t ValueMetricProducer::calcBucketsForwardCount(const int64_t& eventTimeNs) const { in calcBucketsForwardCount() function in android::os::statsd::ValueMetricProducer
849 int64_t numBucketsForward = calcBucketsForwardCount(eventTimeNs); in flushCurrentBucketLocked()
DValueMetricProducer.h125 int64_t calcBucketsForwardCount(const int64_t& eventTimeNs) const;