Home
last modified time | relevance | path

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

/system/core/fastboot/device/
Dusb_client.cpp172 static struct DescV2 v2_descriptor = { variable
176 .length = htole32(sizeof(v2_descriptor)),
206 auto ret = write(h->control.get(), &v2_descriptor, sizeof(v2_descriptor)); in InitFunctionFs()