Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/condition/
DSimpleConditionTracker.cpp186 void SimpleConditionTracker::handleConditionEvent(const HashableDimensionKey& outputKey, in handleConditionEvent() function in android::os::statsd::SimpleConditionTracker
333 handleConditionEvent(DEFAULT_DIMENSION_KEY, matchedState == 1, &overallState, in evaluateCondition()
345 handleConditionEvent(outputValue, matchedState == 1, &overallState, &overallChanged); in evaluateCondition()
DSimpleConditionTracker.h129 void handleConditionEvent(const HashableDimensionKey& outputKey, bool matchStart,