Searched refs:currentBucketStartNs (Results 1 – 5 of 5) sorted by relevance
/aosp12/packages/modules/StatsD/statsd/src/metrics/duration_helper/ |
H A D | DurationTracker.h | 73 int64_t currentBucketStartNs, int64_t currentBucketNum, int64_t startTimeNs, in DurationTracker() argument 83 mCurrentBucketStartTimeNs(currentBucketStartNs), in DurationTracker()
|
H A D | MaxDurationTracker.cpp | 30 int64_t currentBucketStartNs, int64_t currentBucketNum, in MaxDurationTracker() argument 34 : DurationTracker(key, id, eventKey, wizard, conditionIndex, nesting, currentBucketStartNs, in MaxDurationTracker()
|
H A D | MaxDurationTracker.h | 33 int64_t currentBucketStartNs, int64_t currentBucketNum, int64_t startTimeNs,
|
H A D | OringDurationTracker.h | 31 int conditionIndex, bool nesting, int64_t currentBucketStartNs,
|
H A D | OringDurationTracker.cpp | 29 sp<ConditionWizard> wizard, int conditionIndex, bool nesting, int64_t currentBucketStartNs, in OringDurationTracker() argument 32 : DurationTracker(key, id, eventKey, wizard, conditionIndex, nesting, currentBucketStartNs, in OringDurationTracker()
|