Searched refs:propConfig (Results 1 – 4 of 4) sorted by relevance
86 protected int getTokenForProperty(VehiclePropConfig propConfig) { in getTokenForProperty() argument87 switch (propConfig.prop) { in getTokenForProperty()89 mDiagnosticCapabilities.setSupported(propConfig.prop); in getTokenForProperty()90 mVehiclePropertyToConfig.put(propConfig.prop, propConfig); in getTokenForProperty()92 propConfig.configArray)); in getTokenForProperty()95 mDiagnosticCapabilities.setSupported(propConfig.prop); in getTokenForProperty()96 mVehiclePropertyToConfig.put(propConfig.prop, propConfig); in getTokenForProperty()98 propConfig.configArray)); in getTokenForProperty()101 mDiagnosticCapabilities.setSupported(propConfig.prop); in getTokenForProperty()102 return propConfig.prop; in getTokenForProperty()[all …]
46 private VehiclePropConfig clone(VehiclePropConfig propConfig) { in clone() argument49 newConfig.prop = propConfig.prop; in clone()50 newConfig.access = propConfig.access; in clone()51 newConfig.changeMode = propConfig.changeMode; in clone()52 newConfig.supportedAreas = propConfig.supportedAreas; in clone()53 newConfig.configFlags = propConfig.configFlags; in clone()54 newConfig.configString = propConfig.configString; in clone()55 newConfig.minSampleRate = propConfig.minSampleRate; in clone()56 newConfig.maxSampleRate = propConfig.maxSampleRate; in clone()57 newConfig.configArray.addAll(propConfig.configArray); in clone()[all …]
101 public DiagnosticEventBuilder(VehiclePropConfig propConfig) { in DiagnosticEventBuilder() argument102 this(propConfig.prop, propConfig.configArray.get(0), propConfig.configArray.get(1)); in DiagnosticEventBuilder()
55 def __init__(self, propConfig): argument58 self.numIntSensors = propConfig.config[0].config_array[0] + \60 self.numFloatSensors = propConfig.config[0].config_array[1] + \