Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/include/
DDefaultVehicleHal.h142 mutable std::mutex mConfigInitLock; variable
143 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);
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/
DDefaultVehicleHal.cpp378 std::scoped_lock lockGuard(mConfigInitLock); in getConfigFile()
389 std::scoped_lock lockGuard(mConfigInitLock); in getConfigsByPropId()
969 std::scoped_lock lockGuard(mConfigInitLock); in dump()