Searched refs:mPowerModeMutex (Results 1 – 2 of 2) sorted by relevance
486 std::lock_guard<std::mutex> lock(mPowerModeMutex); in setPowerOn()514 std::lock_guard<std::mutex> lock(mPowerModeMutex); in setPowerOff()548 std::lock_guard<std::mutex> lock(mPowerModeMutex); in setPowerDoze()943 std::unique_lock<std::mutex> lock(mPowerModeMutex); in setLhbmState()1095 std::unique_lock<std::mutex> lock(mPowerModeMutex); in setLhbmState()1336 std::unique_lock<std::mutex> lock(mPowerModeMutex); in setMinIdleRefreshRate()1373 std::lock_guard<std::mutex> lock(mPowerModeMutex); in setMinIdleRefreshRate()
134 std::mutex mPowerModeMutex; variable