Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/statsd/src/metrics/duration_helper/
H A DDurationTracker.h74 int64_t bucketSizeNs, bool conditionSliced, bool fullLink, in DurationTracker() argument
87 mConditionSliced(conditionSliced), in DurationTracker()
H A DMaxDurationTracker.cpp32 bool conditionSliced, bool fullLink, in MaxDurationTracker() argument
35 currentBucketNum, startTimeNs, bucketSizeNs, conditionSliced, fullLink, in MaxDurationTracker()
H A DMaxDurationTracker.h34 int64_t bucketSizeNs, bool conditionSliced, bool fullLink,
H A DOringDurationTracker.h33 bool conditionSliced, bool fullLink,
H A DOringDurationTracker.cpp30 int64_t currentBucketNum, int64_t startTimeNs, int64_t bucketSizeNs, bool conditionSliced, in OringDurationTracker() argument
33 currentBucketNum, startTimeNs, bucketSizeNs, conditionSliced, fullLink, in OringDurationTracker()