Searched refs:currentBucketStartNs (Results 1 – 5 of 5) sorted by relevance
/packages/modules/StatsD/statsd/src/metrics/duration_helper/ |
D | DurationTracker.h | 78 int64_t currentBucketStartNs, int64_t currentBucketNum, int64_t startTimeNs, in DurationTracker() argument 88 mCurrentBucketStartTimeNs(currentBucketStartNs), in DurationTracker()
|
D | MaxDurationTracker.cpp | 30 bool nesting, int64_t currentBucketStartNs, in MaxDurationTracker() argument 34 : DurationTracker(key, id, eventKey, wizard, conditionIndex, nesting, currentBucketStartNs, in MaxDurationTracker()
|
D | MaxDurationTracker.h | 33 int64_t currentBucketStartNs, int64_t currentBucketNum, int64_t startTimeNs,
|
D | OringDurationTracker.h | 31 int64_t currentBucketStartNs, int64_t currentBucketNum,
|
D | OringDurationTracker.cpp | 30 bool nesting, int64_t currentBucketStartNs, in OringDurationTracker() argument 35 : DurationTracker(key, id, eventKey, wizard, conditionIndex, nesting, currentBucketStartNs, in OringDurationTracker()
|