Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
H A DUsbDescriptor.java284 static String getDescriptorName(byte descriptorType, int descriptorLength) { in getDescriptorName() argument
285 String name = UsbStrings.getDescriptorName(descriptorType); in getDescriptorName()
289 return "Unknown Descriptor Type " + descriptorType in getDescriptorName()
290 + " 0x" + Integer.toHexString(descriptorType) in getDescriptorName()
295 static void logDescriptorName(byte descriptorType, int descriptorLength) { in logDescriptorName() argument
297 Log.d(TAG, "----> " + getDescriptorName(descriptorType, descriptorLength)); in logDescriptorName()
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestGpuNnapi.cpp504 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, in initialize()
608 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, in initialize()