Home
last modified time | relevance | path

Searched refs:buildDropEvent (Results 1 – 4 of 4) sorted by relevance

/packages/modules/StatsD/statsd/src/metrics/
DMetricProducer.cpp343 DropEvent MetricProducer::buildDropEvent(const int64_t dropTimeNs, const BucketDropReason reason) { in buildDropEvent() function in android::os::statsd::MetricProducer
DValueMetricProducer.cpp458 mCurrentSkippedBucket.dropEvents.emplace_back(buildDropEvent(dropTimeNs, reason)); in skipCurrentBucket()
1128 buildDropEvent(eventTimeNs, BucketDropReason::NO_DATA)); in flushCurrentBucketLocked()
DMetricProducer.h463 DropEvent buildDropEvent(const int64_t dropTimeNs, const BucketDropReason reason);
DGaugeMetricProducer.cpp640 buildDropEvent(eventTimeNs, BucketDropReason::BUCKET_TOO_SMALL)); in flushCurrentBucketLocked()