Searched refs:halProperty (Results 1 – 2 of 2) sorted by relevance
60 for (VehiclePropConfig halProperty : allProperties) { in takeSupportedProperties()61 int sensor = getTokenForProperty(halProperty); in takeSupportedProperties()65 + " 0x" + toHexString(halProperty.prop) + in takeSupportedProperties()69 supportedProperties.add(halProperty); in takeSupportedProperties()70 mSensorToPropConfig.append(sensor, halProperty); in takeSupportedProperties()
105 protected int getTokenForProperty(VehiclePropConfig halProperty) { in getTokenForProperty() argument106 int sensor = mManagerToHalPropIdMap.getManagerPropId(halProperty.prop); in getTokenForProperty()108 && halProperty.changeMode != VehiclePropertyChangeMode.STATIC in getTokenForProperty()109 && ((halProperty.access & VehiclePropertyAccess.READ) != 0)) { in getTokenForProperty()