Searched refs:protoConfig (Results 1 – 2 of 2) sorted by relevance
62 proto::VehiclePropConfig protoConfig; in getAllPropertyConfigs() local63 while (config_stream->Read(&protoConfig)) { in getAllPropertyConfigs()65 proto_msg_converter::protoToAidl(protoConfig, &config); in getAllPropertyConfigs()
55 proto::VehiclePropConfig protoConfig; in GetAllPropertyConfig() local56 proto_msg_converter::aidlToProto(config, &protoConfig); in GetAllPropertyConfig()57 if (!stream->Write(protoConfig)) { in GetAllPropertyConfig()