Home
last modified time | relevance | path

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

/device/google/trout/hal/vehicle/2.0/
DGrpcVehicleServer.cpp62 StatusCode onSetProperty(const VehiclePropValue& value, bool updateStatus) override;
219 StatusCode GrpcVehicleServerImpl::onSetProperty(const VehiclePropValue& value, bool updateStatus) { in onSetProperty() function in android::hardware::automotive::vehicle::V2_0::impl::GrpcVehicleServerImpl
224 return GrpcVehicleServer::onSetProperty(value, updateStatus); in onSetProperty()
248 auto set_status = static_cast<int32_t>(onSetProperty(value, wrappedPropValue->update_status())); in SetProperty()
DDefaultVehicleHalServer.h46 StatusCode onSetProperty(const VehiclePropValue& value, bool updateStatus) override;
DDefaultVehicleHalServer.cpp228 StatusCode DefaultVehicleHalServer::onSetProperty(const VehiclePropValue& value, in onSetProperty() function in android::hardware::automotive::vehicle::V2_0::impl::DefaultVehicleHalServer
/device/generic/car/emulator/vhal_v2_0/
DEmulatedVehicleHalServer.cpp45 StatusCode EmulatedVehicleHalServer::onSetProperty(const VehiclePropValue& value, in onSetProperty() function in android::hardware::automotive::vehicle::V2_0::impl::EmulatedVehicleHalServer
55 return DefaultVehicleHalServer::onSetProperty(value, updateStatus); in onSetProperty()
DEmulatedVehicleHalServer.h44 StatusCode onSetProperty(const VehiclePropValue& value, bool updateStatus) override;