Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DVehicleEmulator.h45 virtual bool setPropertyFromVehicle(const VehiclePropValue& propValue) = 0;
H A DEmulatedVehicleHal.h64 bool setPropertyFromVehicle(const VehiclePropValue& propValue) override;
H A DVehicleEmulator.cpp190 bool halRes = mHal->setPropertyFromVehicle(val); in doSetProperty()
H A DEmulatedVehicleHal.cpp385 bool EmulatedVehicleHal::setPropertyFromVehicle(const VehiclePropValue& propValue) { in setPropertyFromVehicle() function in android::hardware::automotive::vehicle::V2_0::impl::EmulatedVehicleHal