Searched refs:statsPullerManager (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/cmds/statsd/src/metrics/
H A DGaugeMetricProducer.h102 std::shared_ptr<StatsPullerManager> statsPullerManager);
H A DValueMetricProducer.h123 std::shared_ptr<StatsPullerManager> statsPullerManager);
H A Dmetrics_manager_util.cpp279 StatsPullerManager statsPullerManager; local
451 int pullTagId = statsPullerManager.PullerForMatcherExists(atomTagId) ? atomTagId : -1;
511 int pullTagId = statsPullerManager.PullerForMatcherExists(atomTagId) ? atomTagId : -1;
H A DValueMetricProducer.cpp77 shared_ptr<StatsPullerManager> statsPullerManager)
80 mStatsPullerManager(statsPullerManager),
73 ValueMetricProducer(const ConfigKey& key, const ValueMetric& metric, const int conditionIndex, const sp<ConditionWizard>& wizard, const int pullTagId, const int64_t timeBaseNs, const int64_t startTimestampNs, shared_ptr<StatsPullerManager> statsPullerManager) argument
H A DGaugeMetricProducer.cpp75 shared_ptr<StatsPullerManager> statsPullerManager)
77 mStatsPullerManager(statsPullerManager),
71 GaugeMetricProducer(const ConfigKey& key, const GaugeMetric& metric, const int conditionIndex, const sp<ConditionWizard>& wizard, const int pullTagId, const int64_t timeBaseNs, const int64_t startTimeNs, shared_ptr<StatsPullerManager> statsPullerManager) argument

Completed in 73 milliseconds