Home
last modified time | relevance | path

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

/development/host/windows/usb/adb_winapi_test/
Dadb_winapi_test.cpp282 #define CASE_TYPE(type) case type: endpoint_type_desc = #type; break in DumpEndpointInformation() macro
283 CASE_TYPE(AdbEndpointTypeInvalid); in DumpEndpointInformation()
284 CASE_TYPE(AdbEndpointTypeControl); in DumpEndpointInformation()
285 CASE_TYPE(AdbEndpointTypeIsochronous); in DumpEndpointInformation()
286 CASE_TYPE(AdbEndpointTypeBulk); in DumpEndpointInformation()
287 CASE_TYPE(AdbEndpointTypeInterrupt); in DumpEndpointInformation()
288 #undef CASE_TYPE in DumpEndpointInformation()