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/libusbhost/include/usbhost/
usbhost.h 144 * usb_device_get_product_name and usb_device_get_serial.
157 char* usb_device_get_product_name(struct usb_device *device, int timeout);
  /frameworks/base/services/core/jni/
com_android_server_UsbHostManager.cpp 76 char *product = usb_device_get_product_name(device,
  /frameworks/av/media/mtp/
MtpDevice.cpp 95 char* productName = usb_device_get_product_name(device,
116 char* productName = usb_device_get_product_name(device,
  /system/core/libusbhost/
usbhost.c 505 char* usb_device_get_product_name(struct usb_device *device, int timeout) function

Completed in 4384 milliseconds