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

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

Completed in 8 milliseconds