Home
last modified time | relevance | path

Searched refs:mStopAllLogMatcherIndex (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/cmds/statsd/src/condition/
DSimpleConditionTracker.cpp67 mStopAllLogMatcherIndex = pair->second; in SimpleConditionTracker()
68 mTrackerIndex.insert(mStopAllLogMatcherIndex); in SimpleConditionTracker()
70 mStopAllLogMatcherIndex = -1; in SimpleConditionTracker()
265 if (mStopAllLogMatcherIndex >= 0 && mStopAllLogMatcherIndex < int(eventMatcherValues.size()) && in evaluateCondition()
266 eventMatcherValues[mStopAllLogMatcherIndex] == MatchingState::kMatched) { in evaluateCondition()
DSimpleConditionTracker.h113 int mStopAllLogMatcherIndex; variable