Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/external/
DStatsPullerManager.h70 bool PullerForMatcherExists(int tagId) const;
DStatsPullerManager.cpp293 bool StatsPullerManager::PullerForMatcherExists(int tagId) const { in PullerForMatcherExists() function in android::os::statsd::StatsPullerManager
/frameworks/base/cmds/statsd/src/metrics/
Dmetrics_manager_util.cpp485 int pullTagId = statsPullerManager.PullerForMatcherExists(atomTagId) ? atomTagId : -1; in initMetrics()
545 int pullTagId = statsPullerManager.PullerForMatcherExists(atomTagId) ? atomTagId : -1; in initMetrics()