Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/metrics/
DValueMetricProducer.cpp518 mCurrentSkippedBucket.dropEvents.push_back(buildDropEvent(dropTimeNs, reason)); in skipCurrentBucket()
895 bucketInGap.dropEvents.emplace_back(buildDropEvent(eventTimeNs, BucketDropReason::NO_DATA)); in closeCurrentBucket()
DMetricProducer.cpp392 DropEvent MetricProducer::buildDropEvent(const int64_t dropTimeNs, in buildDropEvent() function in android::os::statsd::MetricProducer
DMetricProducer.h515 DropEvent buildDropEvent(const int64_t dropTimeNs, const BucketDropReason reason) const;
DGaugeMetricProducer.cpp727 buildDropEvent(eventTimeNs, BucketDropReason::BUCKET_TOO_SMALL)); in flushCurrentBucketLocked()