Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/hal/
H A DPropertyHalServiceIds.java72 private final HashMap<Integer, Set<Integer>> mPropToValidValue; field in PropertyHalServiceIds
163 mPropToValidValue = new HashMap<>(); in PropertyHalServiceIds()
566 mPropToValidValue.put(VehicleProperty.INFO_FUEL_TYPE, FUEL_TYPE); in PropertyHalServiceIds()
569 mPropToValidValue.put(VehicleProperty.INFO_DRIVER_SEAT, VEHICLE_SEAT); in PropertyHalServiceIds()
571 mPropToValidValue.put(VehicleProperty.ENGINE_OIL_LEVEL, OIL_LEVEL); in PropertyHalServiceIds()
572 mPropToValidValue.put(VehicleProperty.GEAR_SELECTION, VEHICLE_GEAR); in PropertyHalServiceIds()
573 mPropToValidValue.put(VehicleProperty.CURRENT_GEAR, VEHICLE_GEAR); in PropertyHalServiceIds()
574 mPropToValidValue.put(VehicleProperty.TURN_SIGNAL_STATE, TURN_SIGNAL); in PropertyHalServiceIds()
575 mPropToValidValue.put(VehicleProperty.IGNITION_STATE, IGNITION_STATE); in PropertyHalServiceIds()
799 if (mPropToValidValue.containsKey(propValue.prop)) { in checkPayload()
[all …]