Searched refs:wakelockIt (Results 1 – 1 of 1) sorted by relevance
101 for (auto wakelockIt = mWakelockCallbacks.begin(); wakelockIt != mWakelockCallbacks.end();) { in binderDied() local102 wakelockIt->second.erase( in binderDied()104 wakelockIt->second.begin(), wakelockIt->second.end(), in binderDied()106 wakelockIt->second.end()); in binderDied()107 if (wakelockIt->second.empty()) { in binderDied()108 wakelockIt = mWakelockCallbacks.erase(wakelockIt); in binderDied()110 ++wakelockIt; in binderDied()