Searched refs:pausedIt (Results 1 – 1 of 1) sorted by relevance
111 auto pausedIt = mPaused.find(key); in noteStop() local112 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()