Searched refs:mConfigInitLock (Results 1 – 2 of 2) sorted by relevance
142 mutable std::mutex mConfigInitLock; variable143 mutable bool mConfigInit GUARDED_BY(mConfigInitLock) = false;145 GUARDED_BY(mConfigInitLock);146 mutable std::unique_ptr<ndk::ScopedFileDescriptor> mConfigFile GUARDED_BY(mConfigInitLock);199 bool getAllPropConfigsFromHardwareLocked() const REQUIRES(mConfigInitLock);
378 std::scoped_lock lockGuard(mConfigInitLock); in getConfigFile()389 std::scoped_lock lockGuard(mConfigInitLock); in getConfigsByPropId()969 std::scoped_lock lockGuard(mConfigInitLock); in dump()