Lines Matching defs:vendor
61 * version, vendor, etc.
243 * including the product's name, version, and vendor, along with a textual
259 * Mixer vendor.
261 private final String vendor;
277 * @param vendor the company who manufactures or creates the hardware
282 protected Info(String name, String vendor, String description, String version) {
285 this.vendor = vendor;
321 * Obtains the vendor of the mixer.
322 * @return a string that names the mixer's vendor
325 return vendor;