Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/metrics/
DGaugeMetricProducer.cpp76 mWhatMatcherIndex(whatMatcherIndex), in GaugeMetricProducer()
353 if (mEventMatcherWizard->matchLogEvent(localCopy, mWhatMatcherIndex) == in pullAndMatchEventsLocked()
355 onMatchedLogEventLocked(mWhatMatcherIndex, localCopy); in pullAndMatchEventsLocked()
434 *data, mWhatMatcherIndex) == MatchingState::kMatched) { in onDataPulled()
435 onMatchedLogEventLocked(mWhatMatcherIndex, *data); in onDataPulled()
DGaugeMetricProducer.h132 const int mWhatMatcherIndex; variable
DValueMetricProducer.cpp82 mWhatMatcherIndex(whatMatcherIndex), in ValueMetricProducer()
543 if (mEventMatcherWizard->matchLogEvent(localCopy, mWhatMatcherIndex) == in accumulateEvents()
546 onMatchedLogEventLocked(mWhatMatcherIndex, localCopy); in accumulateEvents()
DValueMetricProducer.h131 const int mWhatMatcherIndex; variable