Searched refs:currentBucketNum (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/cmds/statsd/src/metrics/duration_helper/
H A DDurationTracker.h65 int64_t currentBucketStartNs, int64_t currentBucketNum, int64_t startTimeNs,
79 mCurrentBucketNum(currentBucketNum),
62 DurationTracker(const ConfigKey& key, const int64_t& id, const MetricDimensionKey& eventKey, sp<ConditionWizard> wizard, int conditionIndex, const std::vector<Matcher>& dimensionInCondition, bool nesting, int64_t currentBucketStartNs, int64_t currentBucketNum, int64_t startTimeNs, int64_t bucketSizeNs, bool conditionSliced, bool fullLink, const std::vector<sp<DurationAnomalyTracker>>& anomalyTrackers) argument
H A DMaxDurationTracker.h34 int64_t currentBucketStartNs, int64_t currentBucketNum,
H A DOringDurationTracker.h33 bool nesting, int64_t currentBucketStartNs, int64_t currentBucketNum,
H A DMaxDurationTracker.cpp31 int64_t currentBucketStartNs, int64_t currentBucketNum,
36 currentBucketStartNs, currentBucketNum, startTimeNs, bucketSizeNs,
27 MaxDurationTracker(const ConfigKey& key, const int64_t& id, const MetricDimensionKey& eventKey, sp<ConditionWizard> wizard, int conditionIndex, const vector<Matcher>& dimensionInCondition, bool nesting, int64_t currentBucketStartNs, int64_t currentBucketNum, int64_t startTimeNs, int64_t bucketSizeNs, bool conditionSliced, bool fullLink, const vector<sp<DurationAnomalyTracker>>& anomalyTrackers) argument
H A DOringDurationTracker.cpp30 bool nesting, int64_t currentBucketStartNs, int64_t currentBucketNum,
34 currentBucketStartNs, currentBucketNum, startTimeNs, bucketSizeNs,
27 OringDurationTracker( const ConfigKey& key, const int64_t& id, const MetricDimensionKey& eventKey, sp<ConditionWizard> wizard, int conditionIndex, const vector<Matcher>& dimensionInCondition, bool nesting, int64_t currentBucketStartNs, int64_t currentBucketNum, int64_t startTimeNs, int64_t bucketSizeNs, bool conditionSliced, bool fullLink, const vector<sp<DurationAnomalyTracker>>& anomalyTrackers) argument
/frameworks/base/cmds/statsd/src/anomaly/
H A DAnomalyTracker.cpp198 bool AnomalyTracker::detectAnomaly(const int64_t& currentBucketNum, argument
202 // currentBucketNum should be the next bucket after pastBuckets. If not, advance so that it is.
203 if (currentBucketNum > mMostRecentBucketNum + 1) {
204 advanceMostRecentBucketTo(currentBucketNum - 1);

Completed in 77 milliseconds