HomeSort by relevance Sort by last modified time
    Searched full:refractoryperiodendns (Results 1 - 1 of 1) sorted by null

  /frameworks/base/cmds/statsd/src/metrics/duration_helper/
OringDurationTracker.cpp 345 const int64_t refractoryPeriodEndNs =
351 std::max(eventTimestampNs + thresholdNs - pastNs, refractoryPeriodEndNs);
380 std::max(bucketEndNs - mBucketSizeNs + thresholdNs - pastNs, refractoryPeriodEndNs);
405 return std::max(eventTimestampNs + thresholdNs, refractoryPeriodEndNs);

Completed in 503 milliseconds