Searched refs:propertyType (Results 1 – 2 of 2) sorted by relevance
629 int propertyType = mPropertyId & VehiclePropertyType.MASK;630 switch (propertyType) {
604 int propertyType = propId & VehiclePropertyType.MASK; in injectVhalEvent() local607 switch (propertyType) { in injectVhalEvent()625 Log.e(CarLog.TAG_HAL, "Property type unsupported:" + propertyType); in injectVhalEvent()