Home
last modified time | relevance | path

Searched refs:kNotComputed (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/cmds/statsd/src/matchers/
DEventMatcherWizard.cpp26 return MatchingState::kNotComputed; in matchLogEvent()
28 vector<MatchingState> matcherCache(mAllEventMatchers.size(), MatchingState::kNotComputed); in matchLogEvent()
DCombinationLogMatchingTracker.cpp97 if (matcherResults[mIndex] != MatchingState::kNotComputed) { in onLogEvent()
108 if (matcherResults[childIndex] == MatchingState::kNotComputed) { in onLogEvent()
Dmatcher_util.h31 kNotComputed = -1, enumerator
DSimpleLogMatchingTracker.cpp56 if (matcherResults[mIndex] != MatchingState::kNotComputed) { in onLogEvent()
/frameworks/base/cmds/statsd/src/metrics/
DMetricsManager.cpp487 vector<MatchingState> matcherCache(mAllAtomMatchers.size(), MatchingState::kNotComputed); in onLogEvent()