| 193 | } |
| 194 | |
| 195 | UInt8 USBInterfaceShim::getInterfaceProtocol() |
| 196 | { |
| 197 | return m_pInterface->GetInterfaceProtocol(); |
| 198 | } |
| 199 | #endif |
| 200 | |
| 201 | bool USBInterfaceShim::findPipe(USBPipeShim* shim, UInt8 type, UInt8 direction) |
no outgoing calls
no test coverage detected