Searched refs:GrpcVehicleClientImpl (Results 1 – 1 of 1) sorted by relevance
43 class GrpcVehicleClientImpl : public VehicleHalClient { class45 explicit GrpcVehicleClientImpl(const std::string& addr) in GrpcVehicleClientImpl() function in android::hardware::automotive::vehicle::V2_0::impl::GrpcVehicleClientImpl52 ~GrpcVehicleClientImpl() { in ~GrpcVehicleClientImpl()87 return std::make_unique<GrpcVehicleClientImpl>(addr); in makeGrpcVehicleClient()90 std::vector<VehiclePropConfig> GrpcVehicleClientImpl::getAllPropertyConfig() const { in getAllPropertyConfig()110 StatusCode GrpcVehicleClientImpl::setProperty(const VehiclePropValue& value, bool updateStatus) { in setProperty()126 void GrpcVehicleClientImpl::triggerSendAllValues() { in triggerSendAllValues()138 void GrpcVehicleClientImpl::StartValuePollingThread() { in StartValuePollingThread()