Home
last modified time | relevance | path

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

/device/google/trout/hal/vehicle/2.0/
DGrpcVehicleServer.cpp120 mutable std::shared_mutex mConnectionMutex; member in android::hardware::automotive::vehicle::V2_0::impl::GrpcVehicleServerImpl
179 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()