Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/
DGRPCVehicleHardware.cpp62 proto::VehiclePropConfig protoConfig; in getAllPropertyConfigs() local
63 while (config_stream->Read(&protoConfig)) { in getAllPropertyConfigs()
65 proto_msg_converter::protoToAidl(protoConfig, &config); in getAllPropertyConfigs()
DGRPCVehicleProxyServer.cpp55 proto::VehiclePropConfig protoConfig; in GetAllPropertyConfig() local
56 proto_msg_converter::aidlToProto(config, &protoConfig); in GetAllPropertyConfig()
57 if (!stream->Write(protoConfig)) { in GetAllPropertyConfig()