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

  /system/core/include/usbhost/
usbhost.h 131 * usb_device_get_product_name and usb_device_get_serial.
144 char* usb_device_get_product_name(struct usb_device *device);
  /system/core/toolbox/
lsusb.c 175 product_name = usb_device_get_product_name(dev);
  /frameworks/base/media/mtp/
MtpDevice.cpp 74 char* productName = usb_device_get_product_name(device);
92 char* productName = usb_device_get_product_name(device);
  /system/core/libusbhost/
usbhost.c 386 char* usb_device_get_product_name(struct usb_device *device) function

Completed in 17 milliseconds