HomeSort by relevance Sort by last modified time
    Searched full:getdevicesubclass (Results 1 - 4 of 4) sorted by null

  /system/core/fastboot/
usb_osx.c 314 kr = (*dev)->GetDeviceSubClass(dev, &handle->info.dev_subclass);
316 ERR("GetDeviceSubClass");
  /frameworks/base/core/java/android/hardware/usb/
UsbDevice.java 159 public int getDeviceSubclass() {
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbSettingsManager.java 136 mSubclass = device.getDeviceSubclass();
247 if (matches(device.getDeviceClass(), device.getDeviceSubclass(),
327 device.getDeviceSubclass() != mSubclass ||
    [all...]
  /external/libusb/libusb/os/
darwin_usb.c 475 (*(device))->GetDeviceSubClass (device, &bDeviceSubClass);
    [all...]

Completed in 147 milliseconds