Home
last modified time | relevance | path

Searched refs:currentBucketStartNs (Results 1 – 5 of 5) sorted by relevance

/packages/modules/StatsD/statsd/src/metrics/duration_helper/
DDurationTracker.h78 int64_t currentBucketStartNs, int64_t currentBucketNum, int64_t startTimeNs, in DurationTracker() argument
88 mCurrentBucketStartTimeNs(currentBucketStartNs), in DurationTracker()
DMaxDurationTracker.cpp30 bool nesting, int64_t currentBucketStartNs, in MaxDurationTracker() argument
34 : DurationTracker(key, id, eventKey, wizard, conditionIndex, nesting, currentBucketStartNs, in MaxDurationTracker()
DMaxDurationTracker.h33 int64_t currentBucketStartNs, int64_t currentBucketNum, int64_t startTimeNs,
DOringDurationTracker.h31 int64_t currentBucketStartNs, int64_t currentBucketNum,
DOringDurationTracker.cpp30 bool nesting, int64_t currentBucketStartNs, in OringDurationTracker() argument
35 : DurationTracker(key, id, eventKey, wizard, conditionIndex, nesting, currentBucketStartNs, in OringDurationTracker()