Home
last modified time | relevance | path

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

/system/core/adb/daemon/
Dusb_ffs.cpp108 static struct func_desc hs_descriptors = { variable
110 .bLength = sizeof(hs_descriptors.intf),
120 .bLength = sizeof(hs_descriptors.source),
127 .bLength = sizeof(hs_descriptors.sink),
226 v2_descriptor.hs_descs = hs_descriptors; in open_functionfs()
247 v1_descriptor.hs_descs = hs_descriptors; in open_functionfs()
/system/core/fastboot/device/
Dusb_client.cpp97 static struct FuncDesc hs_descriptors = { variable
101 .bLength = sizeof(hs_descriptors.source),
109 .bLength = sizeof(hs_descriptors.sink),
184 .hs_descs = hs_descriptors,