Searched refs:propConfig (Results 1 – 5 of 5) sorted by relevance
146 protected int getTokenForProperty(VehiclePropConfig propConfig) { in getTokenForProperty() argument147 switch (propConfig.prop) { in getTokenForProperty()149 mDiagnosticCapabilities.setSupported(propConfig.prop); in getTokenForProperty()150 mVehiclePropertyToConfig.put(propConfig.prop, propConfig); in getTokenForProperty()152 propConfig.configArray)); in getTokenForProperty()155 mDiagnosticCapabilities.setSupported(propConfig.prop); in getTokenForProperty()156 mVehiclePropertyToConfig.put(propConfig.prop, propConfig); in getTokenForProperty()158 propConfig.configArray)); in getTokenForProperty()161 mDiagnosticCapabilities.setSupported(propConfig.prop); in getTokenForProperty()162 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.configString = propConfig.configString; in clone()53 newConfig.minSampleRate = propConfig.minSampleRate; in clone()54 newConfig.maxSampleRate = propConfig.maxSampleRate; in clone()55 newConfig.configArray.addAll(propConfig.configArray); in clone()56 for (VehicleAreaConfig area : propConfig.areaConfigs) { in clone()
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] + \
116 VehiclePropConfig propConfig = new VehiclePropConfig(); in initHalService() local117 propConfig.prop = VehicleProperty.VEHICLE_MAP_SERVICE; in initHalService()118 mHalService.takeSupportedProperties(Collections.singleton(propConfig)); in initHalService()177 VehiclePropConfig propConfig = new VehiclePropConfig(); in testCoreId_IntegerOverflow() local178 propConfig.prop = VehicleProperty.VEHICLE_MAP_SERVICE; in testCoreId_IntegerOverflow()179 mHalService.takeSupportedProperties(Collections.singleton(propConfig)); in testCoreId_IntegerOverflow()