HomeSort by relevance Sort by last modified time
    Searched refs:setPropertyFromVehicle (Results 1 - 4 of 4) sorted by null

  /hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
EmulatedVehicleHal.h 63 bool setPropertyFromVehicle(const VehiclePropValue& propValue) override;
VehicleEmulator.h 43 virtual bool setPropertyFromVehicle(const VehiclePropValue& propValue) = 0;
EmulatedVehicleHal.cpp 177 bool EmulatedVehicleHal::setPropertyFromVehicle(const VehiclePropValue& propValue) {
VehicleEmulator.cpp 171 bool halRes = mHal->setPropertyFromVehicle(val);

Completed in 72 milliseconds