Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/
DGRPCVehicleProxyServer.cpp211 std::lock_guard lck(mConnectionMutex); in StartPropertyValuesStream()
228 std::shared_lock read_lock(mConnectionMutex); in OnVehiclePropChange()
241 std::unique_lock write_lock(mConnectionMutex); in OnVehiclePropChange()
265 std::shared_lock read_lock(mConnectionMutex); in Shutdown()
DGRPCVehicleProxyServer.h123 std::shared_mutex mConnectionMutex; variable