| 275 | } |
| 276 | |
| 277 | IOReturn USBPipeShim::write(IOMemoryDescriptor * buffer, |
| 278 | UInt32 noDataTimeout, |
| 279 | UInt32 completionTimeout, |
| 280 | IOByteCount reqCount, |
| 281 | USBCOMPLETION * completion) |
| 282 | { |
| 283 | return m_pPipe->Write(buffer, noDataTimeout, completionTimeout, reqCount, completion); |
| 284 | } |
| 285 | |
| 286 | const USBENDPOINTDESCRIPTOR* USBPipeShim::getEndpointDescriptor() |
| 287 | { |
no outgoing calls
no test coverage detected