Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplay.cpp486 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()
DExynosPrimaryDisplay.h134 std::mutex mPowerModeMutex; variable