Home
last modified time | relevance | path

Searched refs:aCfg (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DVehicleEmulator.cpp243 emulator::VehicleAreaConfig* aCfg = protoCfg->add_area_configs(); in populateProtoVehicleConfig() local
244 aCfg->set_min_int64_value(cfg.areaConfigs[0].minInt64Value); in populateProtoVehicleConfig()
245 aCfg->set_max_int64_value(cfg.areaConfigs[0].maxInt64Value); in populateProtoVehicleConfig()
250 emulator::VehicleAreaConfig* aCfg = protoCfg->add_area_configs(); in populateProtoVehicleConfig() local
251 aCfg->set_min_float_value(cfg.areaConfigs[0].minFloatValue); in populateProtoVehicleConfig()
252 aCfg->set_max_float_value(cfg.areaConfigs[0].maxFloatValue); in populateProtoVehicleConfig()
257 emulator::VehicleAreaConfig* aCfg = protoCfg->add_area_configs(); in populateProtoVehicleConfig() local
258 aCfg->set_min_int32_value(cfg.areaConfigs[0].minInt32Value); in populateProtoVehicleConfig()
259 aCfg->set_max_int32_value(cfg.areaConfigs[0].maxInt32Value); in populateProtoVehicleConfig()