Searched refs:mActiveConfigLock (Results 1 – 2 of 2) sorted by relevance
1229 std::optional<ActiveConfigInfo> getDesiredActiveConfig() EXCLUDES(mActiveConfigLock) { in getDesiredActiveConfig()1230 std::lock_guard<std::mutex> lock(mActiveConfigLock); in getDesiredActiveConfig()1235 std::mutex mActiveConfigLock; variable1241 ActiveConfigInfo mDesiredActiveConfig GUARDED_BY(mActiveConfigLock);1245 GUARDED_BY(mActiveConfigLock) = {"DesiredActiveConfigChanged", false};
989 std::lock_guard<std::mutex> lock(mActiveConfigLock); in setDesiredActiveConfig()1066 std::lock_guard<std::mutex> lock(mActiveConfigLock); in setActiveConfigInternal()1090 std::lock_guard<std::mutex> lock(mActiveConfigLock); in desiredActiveConfigChangeDone()