Searched refs:mConnectionMutex (Results 1 – 1 of 1) sorted by relevance
120 mutable std::shared_mutex mConnectionMutex; member in android::hardware::automotive::vehicle::V2_0::impl::GrpcVehicleServerImpl179 std::shared_lock read_lock(mConnectionMutex); in NumOfActivePropertyValueStream()188 std::shared_lock read_lock(mConnectionMutex); in onPropertyValueFromCar()208 std::unique_lock write_lock(mConnectionMutex); in onPropertyValueFromCar()287 std::unique_lock lock(mConnectionMutex); in StartPropertyValuesStream()