Searched refs:hvacPropId (Results 1 – 1 of 1) sorted by relevance
135 int hvacPropId; in takeSupportedProperties() local137 hvacPropId = halToHvacPropId(p.getProp()); in takeSupportedProperties()142 CarPropertyConfig hvacConfig = CarPropertyUtils.toCarPropertyConfig(p, hvacPropId); in takeSupportedProperties()170 int hvacPropId; in dispatchEventToListener() local172 hvacPropId = halToHvacPropId(prop); in dispatchEventToListener()179 CarPropertyValue<?> hvacProperty = toCarPropertyValue(v, hvacPropId); in dispatchEventToListener()199 private static int hvacToHalPropId(int hvacPropId) { in hvacToHalPropId() argument200 switch (hvacPropId) { in hvacToHalPropId()216 … throw new IllegalArgumentException("hvacPropId " + hvacPropId + " is not supported"); in hvacToHalPropId()