Home
last modified time | relevance | path

Searched refs:DropEvent (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/StatsD/statsd/src/metrics/
H A DMetricProducer.h111 struct DropEvent { struct
124 std::vector<DropEvent> dropEvents; argument
463 DropEvent buildDropEvent(const int64_t dropTimeNs, const BucketDropReason reason);
H A DMetricProducer.cpp343 DropEvent MetricProducer::buildDropEvent(const int64_t dropTimeNs, const BucketDropReason reason) { in buildDropEvent()
344 DropEvent event; in buildDropEvent()
/aosp12/packages/modules/StatsD/statsd/src/
H A Dstats_log.proto229 message DropEvent { message
246 repeated DropEvent drop_event = 5;