Searched defs:halProp (Results 1 – 2 of 2) sorted by relevance
90 VehicleHalProperty halProp = new VehicleHalProperty(config, handler); in addProperty() local91 mProperties.put(config.getProp(), halProp); in addProperty() local102 VehicleHalProperty halProp = new VehicleHalProperty(config, handler); in addStaticProperty() local103 mProperties.put(config.getProp(), halProp); in addStaticProperty() local223 VehicleHalProperty halProp = new VehicleHalProperty(config, handler); in populateDefaultPropertiesIfNecessary() local255 VehicleHalProperty halProp = mProperties.get(property); in getHalPropertyLocked() local
77 int halProp = hvacToHalPropId(hvacPropertyId); in getHvacProperty() local96 VehiclePropValue halProp = toVehiclePropValue(prop, hvacToHalPropId(prop.getPropertyId())); in setHvacProperty() local