Home
last modified time | relevance | path

Searched refs:stopAnomalyAlarm (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/StatsD/statsd/src/metrics/duration_helper/
H A DOringDurationTracker.cpp112 stopAnomalyAlarm(timestamp); in noteStop()
128 stopAnomalyAlarm(timestamp); in noteStopAll()
304 stopAnomalyAlarm(timestamp); in onSlicedConditionMayChange()
334 stopAnomalyAlarm(timestamp); in onConditionChanged()
H A DMaxDurationTracker.cpp109 stopAnomalyAlarm(eventTime); in noteStop()
267 stopAnomalyAlarm(timestamp); in noteConditionChanged()
H A DDurationTracker.h175 void stopAnomalyAlarm(const int64_t timestamp) { in stopAnomalyAlarm() function