Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/metrics/duration_helper/
DMaxDurationTracker.cpp39 bool MaxDurationTracker::hitGuardRail(const HashableDimensionKey& newKey) { in hitGuardRail() function in android::os::statsd::MaxDurationTracker
62 if (hitGuardRail(key)) { in noteStart()
DOringDurationTracker.cpp40 bool OringDurationTracker::hitGuardRail(const HashableDimensionKey& newKey) { in hitGuardRail() function in android::os::statsd::OringDurationTracker
61 if (hitGuardRail(key)) { in noteStart()
DOringDurationTracker.h83 bool hitGuardRail(const HashableDimensionKey& newKey);
DMaxDurationTracker.h79 bool hitGuardRail(const HashableDimensionKey& newKey);
/packages/modules/StatsD/statsd/src/condition/
DSimpleConditionTracker.cpp165 bool SimpleConditionTracker::hitGuardRail(const HashableDimensionKey& newKey) { in hitGuardRail() function in android::os::statsd::SimpleConditionTracker
190 if (hitGuardRail(outputKey)) { in handleConditionEvent()
DSimpleConditionTracker.h126 bool hitGuardRail(const HashableDimensionKey& newKey);