Searched defs:device_desc (Results 1 - 1 of 1) sorted by relevance

/system/core/fastboot/
H A Dusb_windows.c279 USB_DEVICE_DESCRIPTOR device_desc; local
287 &device_desc)) {
302 info.dev_vendor = device_desc.idVendor;
303 info.dev_product = device_desc.idProduct;
304 info.dev_class = device_desc.bDeviceClass;
305 info.dev_subclass = device_desc.bDeviceSubClass;
306 info.dev_protocol = device_desc.bDeviceProtocol;

Completed in 31 milliseconds