Home
last modified time | relevance | path

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

/device/google/trout/hal/vehicle/2.0/
DDefaultVehicleHalServer.cpp105 auto updatedPropValue = getValuePool()->obtain(value); in onFakeValueGenerated() local
239 auto updatedPropValue = createVehiclePropValue(VehiclePropertyType::INT32, 1); in onSetProperty() local
248 auto updatedPropValue = createVehiclePropValue(VehiclePropertyType::FLOAT, 1); in onSetProperty() local
257 auto updatedPropValue = createVehiclePropValue(VehiclePropertyType::BOOLEAN, 1); in onSetProperty() local
303 auto updatedPropValue = createVehiclePropValue(getPropType(value.prop), 0); in onSetProperty() local
324 auto updatedPropValue = getValuePool()->obtain(value); in onSetProperty() local
/device/generic/car/emulator/vhal_v2_0/
DEmulatedVehicleHalServer.cpp59 auto updatedPropValue = getValuePool()->obtain(propValue); in setPropertyFromVehicle() local