Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/condition/
DSimpleConditionTracker.cpp71 mStopAllLogMatcherIndex = pair->second; in SimpleConditionTracker()
72 mTrackerIndex.insert(mStopAllLogMatcherIndex); in SimpleConditionTracker()
74 mStopAllLogMatcherIndex = -1; in SimpleConditionTracker()
269 if (mStopAllLogMatcherIndex >= 0 && mStopAllLogMatcherIndex < int(eventMatcherValues.size()) && in evaluateCondition()
270 eventMatcherValues[mStopAllLogMatcherIndex] == MatchingState::kMatched) { in evaluateCondition()
DSimpleConditionTracker.h113 int mStopAllLogMatcherIndex; variable