Home
last modified time | relevance | path

Searched refs:handleConditionEvent (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/cmds/statsd/src/condition/
DSimpleConditionTracker.cpp172 void SimpleConditionTracker::handleConditionEvent(const HashableDimensionKey& outputKey, in handleConditionEvent() function in android::os::statsd::SimpleConditionTracker
322 handleConditionEvent(DEFAULT_DIMENSION_KEY, matchedState == 1, &overallState, in evaluateCondition()
334 handleConditionEvent(outputValue, matchedState == 1, &overallState, &overallChanged); in evaluateCondition()
DSimpleConditionTracker.h131 void handleConditionEvent(const HashableDimensionKey& outputKey, bool matchStart,