Searched refs:CASE_TYPE (Results 1 – 1 of 1) sorted by relevance
282 #define CASE_TYPE(type) case type: endpoint_type_desc = #type; break in DumpEndpointInformation() macro283 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()