Home
last modified time | relevance | path

Searched defs:protoCfg (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DVehicleEmulator.cpp89 vhal_proto::VehiclePropConfig* protoCfg = respMsg.add_config(); in doGetConfig() local
105 vhal_proto::VehiclePropConfig* protoCfg = respMsg.add_config(); in doGetConfigAll() local
219 void VehicleEmulator::populateProtoVehicleConfig(vhal_proto::VehiclePropConfig* protoCfg, in populateProtoVehicleConfig()
DProtoMessageConverter.cpp73 void toProto(vhal_proto::VehiclePropConfig* protoCfg, const VehiclePropConfig& cfg) { in toProto()
124 void fromProto(VehiclePropConfig* cfg, const vhal_proto::VehiclePropConfig& protoCfg) { in fromProto()
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/tests/
DProtoMessageConverter_test.cpp36 vhal_proto::VehiclePropConfig protoCfg; in CheckPropConfigConversion() local