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.cpp103 auto pausedIt = mPaused.find(key); in noteStop() local
104 if (pausedIt != mPaused.end()) { in noteStop()
105 (pausedIt->second)--; in noteStop()
106 if (stopAll || !mNested || pausedIt->second <= 0) { in noteStop()
107 mPaused.erase(pausedIt); in noteStop()