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.java629 int propertyType = mPropertyId & VehiclePropertyType.MASK;
630 switch (propertyType) {
/packages/services/Car/service/src/com/android/car/hal/
DVehicleHal.java604 int propertyType = propId & VehiclePropertyType.MASK; in injectVhalEvent() local
607 switch (propertyType) { in injectVhalEvent()
625 Log.e(CarLog.TAG_HAL, "Property type unsupported:" + propertyType); in injectVhalEvent()