Home
last modified time | relevance | path

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

/frameworks/base/services/usb/java/com/android/server/usb/descriptors/report/
DUsbStrings.java281 int iSubType = subtype & 0xFF; in getACControlInterfaceName() local
284 : "Unknown subtype [0x" + Integer.toHexString(iSubType) in getACControlInterfaceName()
285 + ":" + iSubType + "]"; in getACControlInterfaceName()
293 int iSubType = subtype & 0xFF; in getACStreamingInterfaceName() local
296 : "Unknown Subtype [0x" + Integer.toHexString(iSubType) + ":" in getACStreamingInterfaceName()
297 + iSubType + "]"; in getACStreamingInterfaceName()