Home
last modified time | relevance | path

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

/system/core/adb/daemon/
Dusb_ffs.cpp114 static struct func_desc fs_descriptors = { variable
116 .bLength = sizeof(fs_descriptors.intf),
126 .bLength = sizeof(fs_descriptors.source),
133 .bLength = sizeof(fs_descriptors.sink),
266 v2_descriptor.fs_descs = fs_descriptors; in open_functionfs()
289 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,