Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/
DGRPCVehicleProxyServer.h126 static constexpr auto kHardwareOpTimeout = std::chrono::seconds(1); variable
DGRPCVehicleProxyServer.cpp100 bool success = waitCV->wait_for(lck, kHardwareOpTimeout, [complete] { return *complete; }); in SetValues()
149 bool success = waitCV->wait_for(lck, kHardwareOpTimeout, [complete] { return *complete; }); in GetValues()