Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DDefaultVehicleHal.h88 StatusCode setUserHalProp(const VehiclePropValue& propValue);
DDefaultVehicleHal.cpp332 StatusCode DefaultVehicleHal::setUserHalProp(const VehiclePropValue& propValue) { in setUserHalProp() function in android::hardware::automotive::vehicle::V2_0::impl::DefaultVehicleHal
358 return setUserHalProp(propValue); in set()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/include/
DFakeVehicleHardware.h238 VhalResult<void> setUserHalProp(
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp689 VhalResult<void> FakeVehicleHardware::setUserHalProp(const VehiclePropValue& value) { in setUserHalProp() function in android::hardware::automotive::vehicle::fake::FakeVehicleHardware
1029 return setUserHalProp(value); in maybeSetSpecialValue()