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.cpp246 emulator::VehicleAreaConfig* aCfg = protoCfg->add_area_configs(); in populateProtoVehicleConfig() local
247 aCfg->set_min_int64_value(cfg.areaConfigs[0].minInt64Value); in populateProtoVehicleConfig()
248 aCfg->set_max_int64_value(cfg.areaConfigs[0].maxInt64Value); in populateProtoVehicleConfig()
253 emulator::VehicleAreaConfig* aCfg = protoCfg->add_area_configs(); in populateProtoVehicleConfig() local
254 aCfg->set_min_float_value(cfg.areaConfigs[0].minFloatValue); in populateProtoVehicleConfig()
255 aCfg->set_max_float_value(cfg.areaConfigs[0].maxFloatValue); in populateProtoVehicleConfig()
260 emulator::VehicleAreaConfig* aCfg = protoCfg->add_area_configs(); in populateProtoVehicleConfig() local
261 aCfg->set_min_int32_value(cfg.areaConfigs[0].minInt32Value); in populateProtoVehicleConfig()
262 aCfg->set_max_int32_value(cfg.areaConfigs[0].maxInt32Value); in populateProtoVehicleConfig()