Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/metrics/duration_helper/
DMaxDurationTracker.cpp96 case kStarted: in noteStart()
107 duration.state = DurationState::kStarted; in noteStart()
130 case DurationState::kStarted: { in noteStop()
171 if (pair.second.state == kStarted) { in anyStarted()
285 case kStarted: in noteConditionChanged()
306 it->second.state = DurationState::kStarted; in noteConditionChanged()
322 if (it->second.state == DurationState::kStarted) { in predictAnomalyTimestampNs()
DDurationTracker.h31 kStarted = 1, // The event is on going. enumerator