HomeSort by relevance Sort by last modified time
    Searched refs:getAnomalyThreshold (Results 1 - 3 of 3) sorted by null

  /frameworks/base/cmds/statsd/src/anomaly/
AnomalyTracker.h 91 inline int64_t getAnomalyThreshold() const {
  /frameworks/base/cmds/statsd/src/metrics/duration_helper/
MaxDurationTracker.cpp 330 int64_t anomalyTimeNs = currentTimestamp + anomalyTracker.getAnomalyThreshold() - maxElapsed;
OringDurationTracker.cpp 332 const int64_t thresholdNs = anomalyTracker.getAnomalyThreshold();

Completed in 374 milliseconds