Home
last modified time | relevance | path

Searched defs:funcs (Results 1 – 4 of 4) sorted by relevance

/test/xts/hats/hdf/usb/functionTest_additional/common/
Dusbd_function_test.cpp73 int32_t funcs = USB_FUNCTION_ACM | USB_FUNCTION_MTP; variable
86 int32_t funcs = USB_FUNCTION_ACM | USB_FUNCTION_PTP; variable
99 int32_t funcs = USB_FUNCTION_ACM | USB_FUNCTION_RNDIS; variable
112 int32_t funcs = USB_FUNCTION_ACM | USB_FUNCTION_STORAGE; variable
125 int32_t funcs = USB_FUNCTION_ECM | USB_FUNCTION_MTP; variable
138 int32_t funcs = USB_FUNCTION_ECM | USB_FUNCTION_PTP; variable
151 int32_t funcs = USB_FUNCTION_ECM | USB_FUNCTION_RNDIS; variable
164 int32_t funcs = USB_FUNCTION_ECM | USB_FUNCTION_STORAGE; variable
177 int32_t funcs = USB_FUNCTION_MTP | USB_FUNCTION_PTP; variable
190 int32_t funcs = USB_FUNCTION_MTP | USB_FUNCTION_STORAGE; variable
[all …]
/test/xts/hats/hdf/usb/functionTest/common/
Dusbd_function_test.cpp77 int32_t funcs = USB_FUNCTION_NONE; variable
96 int32_t funcs = USB_FUNCTION_NONE; variable
156 int32_t funcs = USB_FUNCTION_ACM | USB_FUNCTION_ECM; variable
185 int32_t funcs = USB_FUNCTION_ACM | USB_FUNCTION_HDC; variable
200 int32_t funcs = USB_FUNCTION_ECM | USB_FUNCTION_HDC; variable
243 int32_t funcs = USB_FUNCTION_RNDIS | USB_FUNCTION_HDC; variable
258 int32_t funcs = USB_FUNCTION_STORAGE | USB_FUNCTION_HDC; variable
273 int32_t funcs = USB_FUNCTION_MTP; variable
288 int32_t funcs = USB_FUNCTION_PTP; variable
303 int32_t funcs = USB_FUNCTION_MTP | USB_FUNCTION_HDC; variable
[all …]
/test/xts/hats/hdf/usb/usbdBenchmarkTest/common/
DHdfUsbdBenchmarkFunctionTest.cpp70 int32_t funcs = USB_FUNCTION_NONE; in BENCHMARK_F() local
93 int32_t funcs = USB_FUNCTION_ACM; in BENCHMARK_F() local
/test/xts/hats/hdf/usb/autoFunctionTest/common/
Dusbd_auto_function_test.cpp55 int32_t funcs = USB_FUNCTION_NONE; variable