Home
last modified time | relevance | path

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

/packages/modules/adb/daemon/
Dusb_ffs.cpp255 struct desc_v1 v1_descriptor = {}; in open_functionfs() local
285 v1_descriptor.header.magic = cpu_to_le32(FUNCTIONFS_DESCRIPTORS_MAGIC); in open_functionfs()
286 v1_descriptor.header.length = cpu_to_le32(sizeof(v1_descriptor)); in open_functionfs()
287 v1_descriptor.header.fs_count = 3; in open_functionfs()
288 v1_descriptor.header.hs_count = 3; in open_functionfs()
289 v1_descriptor.fs_descs = fs_descriptors; in open_functionfs()
290 v1_descriptor.hs_descs = hs_descriptors; in open_functionfs()
291 if (adb_write(control.get(), &v1_descriptor, sizeof(v1_descriptor)) < 0) { in open_functionfs()