| 242 | } |
| 243 | |
| 244 | UInt8 USBInterfaceShim::getInterfaceProtocol() |
| 245 | { |
| 246 | return m_pInterface->getInterfaceDescriptor()->bInterfaceProtocol; |
| 247 | } |
| 248 | #endif |
| 249 | |
| 250 | bool USBInterfaceShim::findPipe(USBPipeShim* shim, UInt8 type, UInt8 direction) |
nothing calls this directly
no outgoing calls
no test coverage detected