Home
last modified time | relevance | path

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

/device/google/trout/hal/vehicle/2.0/
DGrpcVehicleClient.cpp90 vhal_proto::VehiclePropConfig protoConfig; in getAllPropertyConfig() local
91 while (config_stream->Read(&protoConfig)) { in getAllPropertyConfig()
93 proto_msg_converter::fromProto(&config, protoConfig); in getAllPropertyConfig()
DGrpcVehicleServer.cpp228 vhal_proto::VehiclePropConfig protoConfig; in GetAllPropertyConfig() local
229 proto_msg_converter::toProto(&protoConfig, config); in GetAllPropertyConfig()
230 if (!stream->Write(protoConfig)) { in GetAllPropertyConfig()