Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/statsd/src/metrics/duration_helper/
H A DOringDurationTracker.cpp96 getCurrentStateKeyDuration() + getCurrentStateKeyFullBucketDuration()); in noteStop()
125 getCurrentStateKeyDuration() + getCurrentStateKeyFullBucketDuration()); in noteStopAll()
185 getCurrentStateKeyFullBucketDuration(), mCurrentBucketNum); in flushCurrentBucket()
268 getCurrentStateKeyDuration() + getCurrentStateKeyFullBucketDuration()); in onSlicedConditionMayChange()
330 getCurrentStateKeyDuration() + getCurrentStateKeyFullBucketDuration()); in onConditionChanged()
368 getCurrentStateKeyDuration() + getCurrentStateKeyFullBucketDuration(); in predictAnomalyTimestampNs()
453 int64_t OringDurationTracker::getCurrentStateKeyFullBucketDuration() const { in getCurrentStateKeyFullBucketDuration() function in android::os::statsd::OringDurationTracker
H A DMaxDurationTracker.h64 int64_t getCurrentStateKeyFullBucketDuration() const override;
H A DOringDurationTracker.h63 int64_t getCurrentStateKeyFullBucketDuration() const override;
H A DDurationTracker.h132 virtual int64_t getCurrentStateKeyFullBucketDuration() const = 0;
H A DMaxDurationTracker.cpp323 int64_t MaxDurationTracker::getCurrentStateKeyFullBucketDuration() const { in getCurrentStateKeyFullBucketDuration() function in android::os::statsd::MaxDurationTracker