Home
last modified time | relevance | path

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

/system/core/adb/daemon/
Dusb_ffs.cpp141 static struct func_desc hs_descriptors = { variable
143 .bLength = sizeof(hs_descriptors.intf),
153 .bLength = sizeof(hs_descriptors.source),
160 .bLength = sizeof(hs_descriptors.sink),
267 v2_descriptor.hs_descs = hs_descriptors; in open_functionfs()
290 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,