Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/external/
DStatsPullerManager.h90 bool PullerForMatcherExists(int tagId) const;
DStatsPullerManager.cpp118 bool StatsPullerManager::PullerForMatcherExists(int tagId) const { in PullerForMatcherExists() function in android::os::statsd::StatsPullerManager
/packages/modules/StatsD/statsd/src/metrics/parsing_utils/
Dmetrics_manager_util.cpp961 int pullTagId = pullerManager->PullerForMatcherExists(atomTagId) ? atomTagId : -1; in createNumericValueMetricProducerAndUpdateMetadata()
1277 int pullTagId = pullerManager->PullerForMatcherExists(atomTagId) ? atomTagId : -1; in createGaugeMetricProducerAndUpdateMetadata()