Home
last modified time | relevance | path

Searched refs:hitGuardRail (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/cmds/statsd/src/condition/
DStateTracker.cpp98 bool StateTracker::hitGuardRail(const HashableDimensionKey& newKey) { in hitGuardRail() function in android::os::statsd::StateTracker
152 hitGuardRail(primaryKey); in evaluateCondition()
DStateTracker.h121 bool hitGuardRail(const HashableDimensionKey& newKey);
DSimpleConditionTracker.h134 bool hitGuardRail(const HashableDimensionKey& newKey);
DSimpleConditionTracker.cpp149 bool SimpleConditionTracker::hitGuardRail(const HashableDimensionKey& newKey) { in hitGuardRail() function in android::os::statsd::SimpleConditionTracker
174 if (hitGuardRail(outputKey)) { in handleConditionEvent()
/frameworks/base/cmds/statsd/src/metrics/duration_helper/
DMaxDurationTracker.h73 bool hitGuardRail(const HashableDimensionKey& newKey);
DOringDurationTracker.h73 bool hitGuardRail(const HashableDimensionKey& newKey);
DMaxDurationTracker.cpp62 bool MaxDurationTracker::hitGuardRail(const HashableDimensionKey& newKey) { in hitGuardRail() function in android::os::statsd::MaxDurationTracker
85 if (hitGuardRail(key)) { in noteStart()
DOringDurationTracker.cpp52 bool OringDurationTracker::hitGuardRail(const HashableDimensionKey& newKey) { in hitGuardRail() function in android::os::statsd::OringDurationTracker
73 if (hitGuardRail(key)) { in noteStart()