Home
last modified time | relevance | path

Searched defs:updatedPropValue (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DVehicleHalServer.cpp114 auto updatedPropValue = getValuePool()->obtain(value); in onFakeValueGenerated() local
247 auto updatedPropValue = createVehiclePropValue(VehiclePropertyType::INT32, 1); in onSetProperty() local
256 auto updatedPropValue = createVehiclePropValue(VehiclePropertyType::FLOAT, 1); in onSetProperty() local
265 auto updatedPropValue = createVehiclePropValue(VehiclePropertyType::BOOLEAN, 1); in onSetProperty() local
311 auto updatedPropValue = createVehiclePropValue(getPropType(value.prop), 0); in onSetProperty() local
332 auto updatedPropValue = getValuePool()->obtain(value); in onSetProperty() local
DEmulatedVehicleHal.cpp395 VehiclePropValuePtr updatedPropValue = getValuePool()->obtain(value); in onPropertyValue() local