Home
last modified time | relevance | path

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

/device/google/trout/hal/vehicle/2.0/
DGrpcVehicleClient.cpp54 mShutdownCV.notify_all(); in ~GrpcVehicleClientImpl()
82 std::condition_variable mShutdownCV; member in android::hardware::automotive::vehicle::V2_0::impl::GrpcVehicleClientImpl
146 mShutdownCV.wait(shutdownLock, [this, &rpc_ok]() { in StartValuePollingThread()
163 mShutdownCV.notify_all(); in StartValuePollingThread()