Home
last modified time | relevance | path

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

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