Home
last modified time | relevance | path

Searched refs:rawdevices (Results 1 – 1 of 1) sorted by relevance

/external/libmtp/examples/
Ddetect.c62 LIBMTP_raw_device_t * rawdevices; in main() local
72 err = LIBMTP_Detect_Raw_Devices(&rawdevices, &numrawdevices); in main()
89 if (rawdevices[i].device_entry.vendor != NULL || in main()
90 rawdevices[i].device_entry.product != NULL) { in main()
92 rawdevices[i].device_entry.vendor, in main()
93 rawdevices[i].device_entry.product, in main()
94 rawdevices[i].device_entry.vendor_id, in main()
95 rawdevices[i].device_entry.product_id, in main()
96 rawdevices[i].bus_location, in main()
97 rawdevices[i].devnum); in main()
[all …]