Searched refs:matcherWizard (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/cmds/statsd/src/metrics/ |
D | GaugeMetricProducer.h | 62 const sp<EventMatcherWizard>& matcherWizard,
|
D | metrics_manager_util.cpp | 299 sp<EventMatcherWizard> matcherWizard = new EventMatcherWizard(allAtomMatchers); in initMetrics() local 503 key, metric, conditionIndex, wizard, trackerIndex, matcherWizard, pullTagId, in initMetrics() 590 trackerIndex, matcherWizard, pullTagId, triggerAtomId, atomTagId, in initMetrics()
|
D | GaugeMetricProducer.cpp | 72 const sp<EventMatcherWizard>& matcherWizard, const int pullTagId, const int triggerAtomId, in GaugeMetricProducer() argument 77 mEventMatcherWizard(matcherWizard), in GaugeMetricProducer()
|
D | ValueMetricProducer.h | 56 const sp<EventMatcherWizard>& matcherWizard,
|
D | ValueMetricProducer.cpp | 79 const sp<EventMatcherWizard>& matcherWizard, const int pullTagId, const int64_t timeBaseNs, in ValueMetricProducer() argument 83 mEventMatcherWizard(matcherWizard), in ValueMetricProducer()
|