Home
last modified time | relevance | path

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

/device/google/trout/hal/vehicle/2.0/
DGrpcVehicleClient.cpp43 class GrpcVehicleClientImpl : public VehicleHalClient { class
45 explicit GrpcVehicleClientImpl(const std::string& addr) in GrpcVehicleClientImpl() function in android::hardware::automotive::vehicle::V2_0::impl::GrpcVehicleClientImpl
52 ~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()