Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/metrics/duration_helper/
DOringDurationTracker.cpp112 auto pausedIt = mPaused.find(key); in noteStop() local
113 if (pausedIt != mPaused.end()) { in noteStop()
114 (pausedIt->second)--; in noteStop()
115 if (stopAll || !mNested || pausedIt->second <= 0) { in noteStop()
116 mPaused.erase(pausedIt); in noteStop()