Home
last modified time | relevance | path

Searched refs:hvacToHalPropId (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/service/src/com/android/car/hal/
DHvacHalService.java77 int halProp = hvacToHalPropId(hvacPropertyId); in getHvacProperty()
96 VehiclePropValue halProp = toVehiclePropValue(prop, hvacToHalPropId(prop.getPropertyId())); in setHvacProperty()
199 private static int hvacToHalPropId(int hvacPropId) { in hvacToHalPropId() method in HvacHalService