Searched refs:getCurrentStateKeyDuration (Results 1 – 5 of 5) sorted by relevance
96 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
61 int64_t getCurrentStateKeyDuration() const override;
62 int64_t getCurrentStateKeyDuration() const override;
130 virtual int64_t getCurrentStateKeyDuration() const = 0;
318 int64_t MaxDurationTracker::getCurrentStateKeyDuration() const { in getCurrentStateKeyDuration() function in android::os::statsd::MaxDurationTracker