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.cpp78 int32_t funcs = USB_FUNCTION_ACM | USB_FUNCTION_MTP; variable
91 int32_t funcs = USB_FUNCTION_ACM | USB_FUNCTION_PTP; variable
104 int32_t funcs = USB_FUNCTION_ACM | USB_FUNCTION_RNDIS; variable
117 int32_t funcs = USB_FUNCTION_ACM | USB_FUNCTION_STORAGE; variable
130 int32_t funcs = USB_FUNCTION_ECM | USB_FUNCTION_MTP; variable
143 int32_t funcs = USB_FUNCTION_ECM | USB_FUNCTION_PTP; variable
156 int32_t funcs = USB_FUNCTION_ECM | USB_FUNCTION_RNDIS; variable
169 int32_t funcs = USB_FUNCTION_ECM | USB_FUNCTION_STORAGE; variable
182 int32_t funcs = USB_FUNCTION_MTP | USB_FUNCTION_PTP; variable
195 int32_t funcs = USB_FUNCTION_MTP | USB_FUNCTION_STORAGE; variable
[all …]
/test/xts/hats/hdf/usb/functionTest/common/
Dusbd_function_test.cpp82 int32_t funcs = USB_FUNCTION_NONE; variable
101 int32_t funcs = USB_FUNCTION_NONE; variable
161 int32_t funcs = USB_FUNCTION_ACM | USB_FUNCTION_ECM; variable
190 int32_t funcs = USB_FUNCTION_ACM | USB_FUNCTION_HDC; variable
205 int32_t funcs = USB_FUNCTION_ECM | USB_FUNCTION_HDC; variable
248 int32_t funcs = USB_FUNCTION_RNDIS | USB_FUNCTION_HDC; variable
263 int32_t funcs = USB_FUNCTION_STORAGE | USB_FUNCTION_HDC; variable
278 int32_t funcs = USB_FUNCTION_MTP; variable
293 int32_t funcs = USB_FUNCTION_PTP; variable
308 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