Searched refs:SimpleAtomMatchingTracker (Results 1 – 5 of 5) sorted by relevance
30 SimpleAtomMatchingTracker::SimpleAtomMatchingTracker(const int64_t id, const uint64_t protoHash, in SimpleAtomMatchingTracker() function in android::os::statsd::SimpleAtomMatchingTracker42 SimpleAtomMatchingTracker::~SimpleAtomMatchingTracker() { in ~SimpleAtomMatchingTracker()45 MatcherInitResult SimpleAtomMatchingTracker::init( in init()68 optional<InvalidConfigReason> SimpleAtomMatchingTracker::onConfigUpdated( in onConfigUpdated()78 void SimpleAtomMatchingTracker::onLogEvent( in onLogEvent()
31 class SimpleAtomMatchingTracker : public AtomMatchingTracker {33 SimpleAtomMatchingTracker(const int64_t id, const uint64_t protoHash,36 ~SimpleAtomMatchingTracker();
90 "src/matchers/SimpleAtomMatchingTracker.cpp",
153 sp<AtomMatchingTracker> simpleAtomMatcher = new SimpleAtomMatchingTracker( in createAtomMatchingTracker()
1575 {new SimpleAtomMatchingTracker(matcherId, matcherHash, atomMatcher, uidMap)}); in createEventMatcherWizard()