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.cpp94 vhal_proto::VehiclePropConfig protoConfig; in getAllPropertyConfig() local
95 while (config_stream->Read(&protoConfig)) { in getAllPropertyConfig()
97 proto_msg_converter::fromProto(&config, protoConfig); in getAllPropertyConfig()
DGrpcVehicleServer.cpp232 vhal_proto::VehiclePropConfig protoConfig; in GetAllPropertyConfig() local
233 proto_msg_converter::toProto(&protoConfig, config); in GetAllPropertyConfig()
234 if (!stream->Write(protoConfig)) { in GetAllPropertyConfig()