Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/metrics/duration_helper/
DOringDurationTracker.cpp96 getCurrentStateKeyDuration() + getCurrentStateKeyFullBucketDuration()); in noteStop()
98 (long long)timestamp - mLastStartTime, (long long)getCurrentStateKeyDuration(), in noteStop()
121 (long long)timestamp - mLastStartTime, (long long)getCurrentStateKeyDuration(), in noteStopAll()
125 getCurrentStateKeyDuration() + getCurrentStateKeyFullBucketDuration()); in noteStopAll()
264 (long long)(timestamp - mLastStartTime), (long long)getCurrentStateKeyDuration(), in onSlicedConditionMayChange()
268 getCurrentStateKeyDuration() + getCurrentStateKeyFullBucketDuration()); in onSlicedConditionMayChange()
330 getCurrentStateKeyDuration() + getCurrentStateKeyFullBucketDuration()); in onConditionChanged()
368 getCurrentStateKeyDuration() + getCurrentStateKeyFullBucketDuration(); in predictAnomalyTimestampNs()
441 fprintf(out, "\t\t current duration %lld\n", (long long)getCurrentStateKeyDuration()); in dumpStates()
444 int64_t OringDurationTracker::getCurrentStateKeyDuration() const { in getCurrentStateKeyDuration() function in android::os::statsd::OringDurationTracker
DOringDurationTracker.h61 int64_t getCurrentStateKeyDuration() const override;
DMaxDurationTracker.h62 int64_t getCurrentStateKeyDuration() const override;
DDurationTracker.h130 virtual int64_t getCurrentStateKeyDuration() const = 0;
DMaxDurationTracker.cpp318 int64_t MaxDurationTracker::getCurrentStateKeyDuration() const { in getCurrentStateKeyDuration() function in android::os::statsd::MaxDurationTracker