Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/metrics/duration_helper/
DOringDurationTracker.cpp111 auto pausedIt = mPaused.find(key); in noteStop() local
112 if (pausedIt != mPaused.end()) { in noteStop()
113 (pausedIt->second)--; in noteStop()
114 if (stopAll || !mNested || pausedIt->second <= 0) { in noteStop()
115 mPaused.erase(pausedIt); in noteStop()