Loading automotive/vehicle/2.0/default/impl/vhal_v2_0/DefaultConfig.h +8 −0 Original line number Diff line number Diff line Loading @@ -225,6 +225,14 @@ const ConfigDeclaration kVehicleProperties[]{ }, .initialValue = {.int32Values = {0}}}, {.config = { .prop = toInt(VehicleProperty::HW_KEY_INPUT), .access = VehiclePropertyAccess::READ, .changeMode = VehiclePropertyChangeMode::ON_CHANGE, }, .initialValue = {.int32Values = {0, 0, 0}}}, {.config = { .prop = toInt(VehicleProperty::HVAC_POWER_ON), Loading Loading
automotive/vehicle/2.0/default/impl/vhal_v2_0/DefaultConfig.h +8 −0 Original line number Diff line number Diff line Loading @@ -225,6 +225,14 @@ const ConfigDeclaration kVehicleProperties[]{ }, .initialValue = {.int32Values = {0}}}, {.config = { .prop = toInt(VehicleProperty::HW_KEY_INPUT), .access = VehiclePropertyAccess::READ, .changeMode = VehiclePropertyChangeMode::ON_CHANGE, }, .initialValue = {.int32Values = {0, 0, 0}}}, {.config = { .prop = toInt(VehicleProperty::HVAC_POWER_ON), Loading