Home
last modified time | relevance | path

Searched refs:skippedBucket (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/StatsD/statsd/src/metrics/
H A DGaugeMetricProducer.cpp275 for (const auto& skippedBucket : mSkippedBuckets) { in onDumpReportLocked() local
279 (long long)(NanoToMillis(skippedBucket.bucketStartTimeNs))); in onDumpReportLocked()
281 (long long)(NanoToMillis(skippedBucket.bucketEndTimeNs))); in onDumpReportLocked()
283 for (const auto& dropEvent : skippedBucket.dropEvents) { in onDumpReportLocked()
H A DValueMetricProducer.cpp339 for (const auto& skippedBucket : mSkippedBuckets) { in onDumpReportLocked() local
343 (long long)(NanoToMillis(skippedBucket.bucketStartTimeNs))); in onDumpReportLocked()
345 (long long)(NanoToMillis(skippedBucket.bucketEndTimeNs))); in onDumpReportLocked()
346 for (const auto& dropEvent : skippedBucket.dropEvents) { in onDumpReportLocked()