Searched refs:usbInterface (Results 1 – 1 of 1) sorted by relevance
44 UsbInterface usbInterface = usbDevice.getInterface(i); in getUSBDeviceListString() local46 sb.append(" Class: " + usbInterface.getInterfaceClass() + "\n"); in getUSBDeviceListString()59 UsbInterface usbInterface = usbDevice.getInterface(i); in getIsMicrophoneConnected() local60 if (usbInterface.getInterfaceClass() == UsbConstants.USB_CLASS_AUDIO) { in getIsMicrophoneConnected()