Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/hardware/
DCarPropertyConfig.java648 int propertyType = mPropertyId & VehiclePropertyType.MASK;
649 switch (propertyType) {
/packages/services/Car/service/src/com/android/car/hal/
DVehicleHal.java852 int propertyType = propId & VehiclePropertyType.MASK; in createPropValueForInjecting() local
854 switch (propertyType) { in createPropValueForInjecting()
872 Slog.e(CarLog.TAG_HAL, "Property type unsupported:" + propertyType); in createPropValueForInjecting()