Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/
DGRPCVehicleHardware.cpp54 mShutdownCV.notify_all(); in ~GRPCVehicleHardware()
256 mShutdownCV.wait(lck, [this, &rpc_stopped]() { in ValuePollingLoop()
282 mShutdownCV.notify_all(); in ValuePollingLoop()
DGRPCVehicleHardware.h107 std::condition_variable mShutdownCV; variable