Searched refs:getAnomalyThreshold (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/cmds/statsd/src/anomaly/
H A DAnomalyTracker.h91 inline int64_t getAnomalyThreshold() const { function in class:android::os::statsd::AnomalyTracker
/frameworks/base/cmds/statsd/src/metrics/duration_helper/
H A DMaxDurationTracker.cpp330 int64_t anomalyTimeNs = currentTimestamp + anomalyTracker.getAnomalyThreshold() - maxElapsed;
H A DOringDurationTracker.cpp332 const int64_t thresholdNs = anomalyTracker.getAnomalyThreshold();

Completed in 127 milliseconds