Loading automotive/vehicle/aidl/impl/default_config/include/DefaultConfig.h +9 −0 Original line number Diff line number Diff line Loading @@ -469,6 +469,15 @@ const std::vector<ConfigDeclaration> kVehicleProperties = { }, .initialValue = {.int32Values = {0}}}, {.config = { .prop = toInt(VehicleProperty::FUEL_VOLUME_DISPLAY_UNITS), .access = VehiclePropertyAccess::READ_WRITE, .changeMode = VehiclePropertyChangeMode::ON_CHANGE, .configArray = {(int)VehicleUnit::LITER, (int)VehicleUnit::US_GALLON}, }, .initialValue = {.int32Values = {(int)VehicleUnit::LITER}}}, {.config = { .prop = toInt(VehicleProperty::HW_KEY_INPUT), Loading Loading
automotive/vehicle/aidl/impl/default_config/include/DefaultConfig.h +9 −0 Original line number Diff line number Diff line Loading @@ -469,6 +469,15 @@ const std::vector<ConfigDeclaration> kVehicleProperties = { }, .initialValue = {.int32Values = {0}}}, {.config = { .prop = toInt(VehicleProperty::FUEL_VOLUME_DISPLAY_UNITS), .access = VehiclePropertyAccess::READ_WRITE, .changeMode = VehiclePropertyChangeMode::ON_CHANGE, .configArray = {(int)VehicleUnit::LITER, (int)VehicleUnit::US_GALLON}, }, .initialValue = {.int32Values = {(int)VehicleUnit::LITER}}}, {.config = { .prop = toInt(VehicleProperty::HW_KEY_INPUT), Loading