Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/condition/
DConditionTracker.h38 mTrackerIndex(), in ConditionTracker()
116 return mTrackerIndex; in getAtomMatchingTrackerIndex()
166 std::set<int> mTrackerIndex; variable
DSimpleConditionTracker.cpp92 mTrackerIndex.clear(); in setMatcherIndices()
100 mTrackerIndex.insert(mStartLogMatcherIndex); in setMatcherIndices()
112 mTrackerIndex.insert(mStopLogMatcherIndex); in setMatcherIndices()
125 mTrackerIndex.insert(mStopAllLogMatcherIndex); in setMatcherIndices()
DCombinationConditionTracker.cpp119 mTrackerIndex.insert(childTracker->getAtomMatchingTrackerIndex().begin(), in init()
143 mTrackerIndex.clear(); in onConfigUpdated()
180 mTrackerIndex.insert(childTracker->getAtomMatchingTrackerIndex().begin(), in onConfigUpdated()