Home
last modified time | relevance | path

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

/device/generic/car/emulator/vhal_aidl/VehicleEmulator/
DVehicleEmulator.cpp107 vhal_proto::VehiclePropConfig* protoCfg = respMsg->add_config(); in doGetConfig() local
108 populateProtoVehicleConfig(result.value(), protoCfg); in doGetConfig()
120 vhal_proto::VehiclePropConfig* protoCfg = respMsg->add_config(); in doGetConfigAll() local
121 populateProtoVehicleConfig(config, protoCfg); in doGetConfigAll()
267 vhal_proto::VehiclePropConfig* protoCfg) { in populateProtoVehicleConfig() argument
268 protoCfg->set_prop(cfg.prop); in populateProtoVehicleConfig()
269 protoCfg->set_access(toInt(cfg.access)); in populateProtoVehicleConfig()
270 protoCfg->set_change_mode(toInt(cfg.changeMode)); in populateProtoVehicleConfig()
271 protoCfg->set_value_type(toInt(getPropType(cfg.prop))); in populateProtoVehicleConfig()
274 protoCfg->add_config_array(configElement); in populateProtoVehicleConfig()
[all …]
/device/generic/car/emulator/vhal_v2_0/
DVehicleEmulator.cpp90 vhal_proto::VehiclePropConfig* protoCfg = respMsg->add_config(); in doGetConfig() local
91 populateProtoVehicleConfig(protoCfg, config); in doGetConfig()
106 vhal_proto::VehiclePropConfig* protoCfg = respMsg->add_config(); in doGetConfigAll() local
107 populateProtoVehicleConfig(protoCfg, config); in doGetConfigAll()
234 void VehicleEmulator::populateProtoVehicleConfig(vhal_proto::VehiclePropConfig* protoCfg, in populateProtoVehicleConfig() argument
236 return proto_msg_converter::toProto(protoCfg, cfg); in populateProtoVehicleConfig()
DVehicleEmulator.h95 void populateProtoVehicleConfig(vhal_proto::VehiclePropConfig* protoCfg,
/device/generic/car/emulator/vhal_aidl/VehicleEmulator/include/
DVehicleEmulator.h64 vhal_proto::VehiclePropConfig* protoCfg);