Home
last modified time | relevance | path

Searched refs:getCurrentStateKeyFullBucketDuration (Results 1 – 5 of 5) sorted by relevance

/packages/modules/StatsD/statsd/src/metrics/duration_helper/
DOringDurationTracker.cpp105 getCurrentStateKeyDuration() + getCurrentStateKeyFullBucketDuration()); in noteStop()
134 getCurrentStateKeyDuration() + getCurrentStateKeyFullBucketDuration()); in noteStopAll()
196 getCurrentStateKeyFullBucketDuration(), mCurrentBucketNum); in flushCurrentBucket()
283 getCurrentStateKeyDuration() + getCurrentStateKeyFullBucketDuration()); in onSlicedConditionMayChange()
345 getCurrentStateKeyDuration() + getCurrentStateKeyFullBucketDuration()); in onConditionChanged()
388 getCurrentStateKeyDuration() + getCurrentStateKeyFullBucketDuration(); in predictAnomalyTimestampNs()
473 int64_t OringDurationTracker::getCurrentStateKeyFullBucketDuration() const { in getCurrentStateKeyFullBucketDuration() function in android::os::statsd::OringDurationTracker
DMaxDurationTracker.h64 int64_t getCurrentStateKeyFullBucketDuration() const override;
DOringDurationTracker.h62 int64_t getCurrentStateKeyFullBucketDuration() const override;
DDurationTracker.h138 virtual int64_t getCurrentStateKeyFullBucketDuration() const = 0;
DMaxDurationTracker.cpp339 int64_t MaxDurationTracker::getCurrentStateKeyFullBucketDuration() const { in getCurrentStateKeyFullBucketDuration() function in android::os::statsd::MaxDurationTracker