Searched refs:productName (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/hardware/usb/ |
D | UsbDevice.java | 81 int protocol, @Nullable String manufacturerName, @Nullable String productName, in UsbDevice() argument 93 mProductName = productName; in UsbDevice() 357 String productName = in.readString(); 370 manufacturerName, productName, version, configurations, serialNumberReader, 441 int protocol, @Nullable String manufacturerName, @Nullable String productName, in Builder() argument 453 mProductName = productName; in Builder()
|
D | DeviceFilter.java | 110 String productName = null; in read() local 121 productName = value; in read() 156 manufacturerName, productName, serialNumber, interfaceName); in read()
|
/frameworks/av/media/mtp/ |
D | MtpDevice.cpp | 95 char* productName = usb_device_get_product_name(device, in open() local 97 ALOGD("Found camera: \"%s\" \"%s\"\n", manufacturerName, productName); in open() 99 free(productName); in open() 116 char* productName = usb_device_get_product_name(device, in open() local 118 ALOGD("Found MTP device: \"%s\" \"%s\"\n", manufacturerName, productName); in open() 120 free(productName); in open()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/domain/interactor/ |
D | AudioOutputInteractor.kt | 105 name = productName.toString(), in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/volume/domain/interactor/ |
D | AudioOutputInteractorTest.kt | 139 on { name }.thenReturn(btDevice.productName.toString()) in inCall_bluetooth_returnsCommunicationDevice()
|