Home
last modified time | relevance | path

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

/device/google/trout/hal/vehicle/2.0/
DGrpcVehicleServer.cpp40 class GrpcVehicleServerImpl : public GrpcVehicleServer, public vhal_proto::VehicleServer::Service { class
42 explicit GrpcVehicleServerImpl(const VirtualizedVhalServerInfo& serverInfo) in GrpcVehicleServerImpl() function in android::hardware::automotive::vehicle::V2_0::impl::GrpcVehicleServerImpl
125 std::atomic<uint64_t> GrpcVehicleServerImpl::ConnectionDescriptor::CONNECTION_ID_COUNTER = 0;
133 return std::make_unique<GrpcVehicleServerImpl>(serverInfo); in makeGrpcVehicleServer()
136 GrpcVehicleServer& GrpcVehicleServerImpl::Start() { in Start()
154 void GrpcVehicleServerImpl::Wait() { in Wait()
167 GrpcVehicleServer& GrpcVehicleServerImpl::Stop() { in Stop()
178 uint32_t GrpcVehicleServerImpl::NumOfActivePropertyValueStream() { in NumOfActivePropertyValueStream()
183 void GrpcVehicleServerImpl::onPropertyValueFromCar(const VehiclePropValue& value, in onPropertyValueFromCar()
219 StatusCode GrpcVehicleServerImpl::onSetProperty(const VehiclePropValue& value, bool updateStatus) { in onSetProperty()
[all …]