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