Home
last modified time | relevance | path

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

/system/core/adb/daemon/
Dusb_ffs.cpp214 struct desc_v1 v1_descriptor = {}; in open_functionfs() local
242 v1_descriptor.header.magic = cpu_to_le32(FUNCTIONFS_DESCRIPTORS_MAGIC); in open_functionfs()
243 v1_descriptor.header.length = cpu_to_le32(sizeof(v1_descriptor)); in open_functionfs()
244 v1_descriptor.header.fs_count = 3; in open_functionfs()
245 v1_descriptor.header.hs_count = 3; in open_functionfs()
246 v1_descriptor.fs_descs = fs_descriptors; in open_functionfs()
247 v1_descriptor.hs_descs = hs_descriptors; in open_functionfs()
248 if (adb_write(control.get(), &v1_descriptor, sizeof(v1_descriptor)) < 0) { in open_functionfs()