Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/property/
DPropertyHalServiceConfigs.java699 int vehiclePropertyType = propId & VehiclePropertyType.MASK; in checkFormatForAllProperties() local
706 && vehiclePropertyType != VehiclePropertyType.FLOAT_VEC in checkFormatForAllProperties()
707 && vehiclePropertyType != VehiclePropertyType.INT64_VEC in checkFormatForAllProperties()
708 && vehiclePropertyType != VehiclePropertyType.INT32_VEC) { in checkFormatForAllProperties()
713 switch (vehiclePropertyType) { in checkFormatForAllProperties()