Searched defs:matcherIndex (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/cmds/statsd/src/metrics/ |
D | MetricProducer.cpp | 27 void MetricProducer::onMatchedLogEventLocked(const size_t matcherIndex, const LogEvent& event) { in onMatchedLogEventLocked()
|
D | EventMetricProducer.cpp | 134 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
|
D | DurationMetricProducer.cpp | 693 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked() 699 void DurationMetricProducer::onMatchedLogEventLocked(const size_t matcherIndex, in onMatchedLogEventLocked()
|
D | MetricProducer.h | 94 void onMatchedLogEvent(const size_t matcherIndex, const LogEvent& event) { in onMatchedLogEvent()
|
D | CountMetricProducer.cpp | 265 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
|
D | ValueMetricProducer.cpp | 363 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
|
D | GaugeMetricProducer.cpp | 413 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
|