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

/frameworks/base/cmds/statsd/src/condition/
H A DSimpleConditionTracker.cpp59 mStopLogMatcherIndex = pair->second;
60 mTrackerIndex.insert(mStopLogMatcherIndex);
62 mStopLogMatcherIndex = -1;
283 if (mStopLogMatcherIndex >= 0 &&
284 eventMatcherValues[mStopLogMatcherIndex] == MatchingState::kMatched) {
H A DSimpleConditionTracker.h107 int mStopLogMatcherIndex; member in class:android::os::statsd::SimpleConditionTracker

Completed in 51 milliseconds