Searched refs:retdevs (Results 1 - 1 of 1) sorted by relevance

/external/libmtp/src/
H A Dlibusb-glue.c589 LIBMTP_raw_device_t *retdevs; local
616 retdevs = (LIBMTP_raw_device_t *) malloc(sizeof(LIBMTP_raw_device_t) * devs);
617 if (retdevs == NULL) {
629 retdevs[i].device_entry.vendor = NULL;
630 retdevs[i].device_entry.vendor_id = dev->libusb_device->descriptor.idVendor;
631 retdevs[i].device_entry.product = NULL;
632 retdevs[i].device_entry.product_id = dev->libusb_device->descriptor.idProduct;
633 retdevs[i].device_entry.device_flags = 0x00000000U;
639 retdevs[i].device_entry.vendor = mtp_device_table[j].vendor;
640 retdevs[
[all...]

Completed in 869 milliseconds