Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/metrics/
DMetricProducer.cpp308 DropEvent MetricProducer::buildDropEvent(const int64_t dropTimeNs, const BucketDropReason reason) { in buildDropEvent() function in android::os::statsd::MetricProducer
DMetricProducer.h395 DropEvent buildDropEvent(const int64_t dropTimeNs, const BucketDropReason reason);
DValueMetricProducer.cpp407 mCurrentSkippedBucket.dropEvents.emplace_back(buildDropEvent(dropTimeNs, reason)); in skipCurrentBucket()
1018 buildDropEvent(eventTimeNs, BucketDropReason::NO_DATA)); in flushCurrentBucketLocked()
DGaugeMetricProducer.cpp579 buildDropEvent(eventTimeNs, BucketDropReason::BUCKET_TOO_SMALL)); in flushCurrentBucketLocked()