Home
last modified time | relevance | path

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

/system/hardware/interfaces/suspend/1.0/default/
DSuspendControlService.cpp101 for (auto wakelockIt = mWakelockCallbacks.begin(); wakelockIt != mWakelockCallbacks.end();) { in binderDied() local
102 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()