OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:device_desc
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/usb/tests/accessorytest/
hid.c
54
struct usb_device_descriptor *
device_desc
;
local
/system/core/fastboot/
usb_windows.cpp
265
USB_DEVICE_DESCRIPTOR
device_desc
;
local
273
&
device_desc
)) {
288
info.dev_vendor =
device_desc
.idVendor;
289
info.dev_product =
device_desc
.idProduct;
290
info.dev_class =
device_desc
.bDeviceClass;
291
info.dev_subclass =
device_desc
.bDeviceSubClass;
292
info.dev_protocol =
device_desc
.bDeviceProtocol;
Completed in 64 milliseconds