MCPcopy Create free account
hub / github.com/acidanthera/BrcmPatchRAM / write

Method write

BrcmPatchRAM/USBDeviceShim.cpp:277–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277IOReturn 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
286const USBENDPOINTDESCRIPTOR* USBPipeShim::getEndpointDescriptor()
287{

Callers 5

create_firmwaresFunction · 0.45
create_injectorFunction · 0.45
create_plistFunction · 0.45
bulkWriteMethod · 0.45
bulkWriteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected