Home
last modified time | relevance | path

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

/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
DUsbDescriptor.java284 static String getDescriptorName(byte descriptorType, int descriptorLength) { in getDescriptorName() argument
291 + " length:" + descriptorLength; in getDescriptorName()
295 static void logDescriptorName(byte descriptorType, int descriptorLength) { in logDescriptorName() argument
297 Log.d(TAG, "----> " + getDescriptorName(descriptorType, descriptorLength)); in logDescriptorName()