Home
last modified time | relevance | path

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

/frameworks/native/include/powermanager/
DPowerHalWrapper.h197 std::mutex mModeMutex; variable
208 mModeSupportedArray GUARDED_BY(mModeMutex) = {HalSupport::UNKNOWN};
/frameworks/native/services/powermanager/
DPowerHalWrapper.cpp209 std::unique_lock<std::mutex> lock(mModeMutex); in setMode()