Home
last modified time | relevance | path

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

/system/core/adb/daemon/
Dusb_ffs.cpp81 static struct func_desc fs_descriptors = { variable
83 .bLength = sizeof(fs_descriptors.intf),
93 .bLength = sizeof(fs_descriptors.source),
100 .bLength = sizeof(fs_descriptors.sink),
225 v2_descriptor.fs_descs = fs_descriptors; in open_functionfs()
246 v1_descriptor.fs_descs = fs_descriptors; in open_functionfs()
/system/core/fastboot/device/
Dusb_client.cpp77 static struct FuncDesc fs_descriptors = { variable
81 .bLength = sizeof(fs_descriptors.source),
89 .bLength = sizeof(fs_descriptors.sink),
183 .fs_descs = fs_descriptors,