Home
last modified time | relevance | path

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

/device/google/trout/hal/vehicle/2.0/
DGrpcVehicleClient.cpp81 std::mutex mShutdownMutex; member in android::hardware::automotive::vehicle::V2_0::impl::GrpcVehicleClientImpl
145 std::unique_lock<std::mutex> shutdownLock(mShutdownMutex); in StartValuePollingThread()