Loading automotive/vehicle/2.0/default/impl/vhal_v2_0/DefaultConfig.h +10 −0 Original line number Diff line number Diff line Loading @@ -568,6 +568,16 @@ const ConfigDeclaration kVehicleProperties[]{ }, .initialValue = {.int32Values = {(int)VehicleUnit::FAHRENHEIT}}}, {.config = { .prop = toInt(VehicleProperty::DISTANCE_DISPLAY_UNITS), .access = VehiclePropertyAccess::READ_WRITE, .changeMode = VehiclePropertyChangeMode::ON_CHANGE, .configArray = {(int)VehicleUnit::KILOMETER, (int)VehicleUnit::MILE}, .areaConfigs = {VehicleAreaConfig{.areaId = (0)}} }, .initialValue = {.int32Values = {(int)VehicleUnit::MILE}}}, {.config = { .prop = toInt(VehicleProperty::NIGHT_MODE), Loading Loading
automotive/vehicle/2.0/default/impl/vhal_v2_0/DefaultConfig.h +10 −0 Original line number Diff line number Diff line Loading @@ -568,6 +568,16 @@ const ConfigDeclaration kVehicleProperties[]{ }, .initialValue = {.int32Values = {(int)VehicleUnit::FAHRENHEIT}}}, {.config = { .prop = toInt(VehicleProperty::DISTANCE_DISPLAY_UNITS), .access = VehiclePropertyAccess::READ_WRITE, .changeMode = VehiclePropertyChangeMode::ON_CHANGE, .configArray = {(int)VehicleUnit::KILOMETER, (int)VehicleUnit::MILE}, .areaConfigs = {VehicleAreaConfig{.areaId = (0)}} }, .initialValue = {.int32Values = {(int)VehicleUnit::MILE}}}, {.config = { .prop = toInt(VehicleProperty::NIGHT_MODE), Loading