Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/metrics/duration_helper/
DMaxDurationTracker.cpp80 case kStarted: in noteStart()
91 duration.state = DurationState::kStarted; in noteStart()
113 case DurationState::kStarted: { in noteStop()
155 if (pair.second.state == kStarted) { in hasStartedDuration()
280 case kStarted: in noteConditionChanged()
301 it->second.state = DurationState::kStarted; in noteConditionChanged()
317 if (it->second.state == DurationState::kStarted) { in predictAnomalyTimestampNs()
DDurationTracker.h32 kStarted = 1, // The event is on going. enumerator