Searched defs:matchesSimple (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/cmds/statsd/src/matchers/
H A Dmatcher_util.cpp101 bool matchesSimple(const UidMap& uidMap, const FieldValueMatcher& matcher, function in namespace:android::os::statsd
206 if (!matchesSimple(uidMap, subMatcher, values, range.first, range.second,
359 bool matchesSimple(const UidMap& uidMap, const SimpleAtomMatcher& simpleMatcher, function in namespace:android::os::statsd
365 if (!matchesSimple(uidMap, matcher, event.getValues(), 0, event.getValues().size(), 0)) {

Completed in 49 milliseconds