Searched defs:TypeName (Results 1 – 7 of 7) sorted by relevance
179 const char * TypeName() const { return "stack"; } in TypeName() function289 virtual const char * TypeName() const { return "object"; } in TypeName() function330 virtual const char * TypeName() const { return "pipe"; } in TypeName() function406 virtual const char * TypeName() const in TypeName() function449 virtual const char * TypeName() const in TypeName() function473 virtual const char * TypeName() const { return "bulk pipe"; } in TypeName() function491 virtual const char * TypeName() const { return "iso pipe"; } in TypeName() function524 virtual const char * TypeName() const { return "interface"; } in TypeName() function553 virtual const char * TypeName() const { return "device"; } in TypeName() function647 virtual const char * TypeName() const { return "hub"; } in TypeName() function[all …]
25 const char* TypeName() const { return fName; } in TypeName() function
53 const char * TypeName() { return "uhci"; }; in TypeName() function119 virtual const char * TypeName() const { return "uhci"; }; in TypeName() function
58 virtual const char * TypeName() const { return "ohci"; }; in TypeName() function
86 virtual const char * TypeName() const { return "ehci"; } in TypeName() function
98 virtual const char * TypeName() const { return "xhci"; } in TypeName() function
24 const string &TypeName() const { return fTypeName; } in TypeName() function