Searched defs:productName (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/usb/
H A DUsbDevice.java70 int protocol, @Nullable String manufacturerName, @Nullable String productName,
79 mProductName = productName;
301 String productName = in.readString();
306 manufacturerName, productName, version, serialNumber);
69 UsbDevice(@onNull String name, int vendorId, int productId, int Class, int subClass, int protocol, @Nullable String manufacturerName, @Nullable String productName, @NonNull String version, @Nullable String serialNumber) argument
/frameworks/av/media/mtp/
H A DMtpDevice.cpp95 char* productName = usb_device_get_product_name(device, local
97 ALOGD("Found camera: \"%s\" \"%s\"\n", manufacturerName, productName);
99 free(productName);
116 char* productName = usb_device_get_product_name(device, local
118 ALOGD("Found MTP device: \"%s\" \"%s\"\n", manufacturerName, productName);
120 free(productName);

Completed in 60 milliseconds