Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/statsd/src/metrics/duration_helper/
H A DDurationTracker.h73 int64_t currentBucketStartNs, int64_t currentBucketNum, int64_t startTimeNs, in DurationTracker() argument
83 mCurrentBucketStartTimeNs(currentBucketStartNs), in DurationTracker()
H A DMaxDurationTracker.cpp30 int64_t currentBucketStartNs, int64_t currentBucketNum, in MaxDurationTracker() argument
34 : DurationTracker(key, id, eventKey, wizard, conditionIndex, nesting, currentBucketStartNs, in MaxDurationTracker()
H A DMaxDurationTracker.h33 int64_t currentBucketStartNs, int64_t currentBucketNum, int64_t startTimeNs,
H A DOringDurationTracker.h31 int conditionIndex, bool nesting, int64_t currentBucketStartNs,
H A DOringDurationTracker.cpp29 sp<ConditionWizard> wizard, int conditionIndex, bool nesting, int64_t currentBucketStartNs, in OringDurationTracker() argument
32 : DurationTracker(key, id, eventKey, wizard, conditionIndex, nesting, currentBucketStartNs, in OringDurationTracker()