MCPcopy Create free account
hub / github.com/360Controller/360Controller / WriteComplete

Method WriteComplete

360Controller/_60Controller.cpp:889–896  ·  view source on GitHub ↗

Handle a completed asynchronous write

Source from the content-addressed store, hash-verified

887
888// Handle a completed asynchronous write
889void Xbox360Peripheral::WriteComplete(void *parameter,IOReturn status,UInt32 bufferSizeRemaining)
890{
891 IOMemoryDescriptor *memory=(IOMemoryDescriptor*)parameter;
892 if(status!=kIOReturnSuccess) {
893 IOLog("write - Error writing: 0x%.8x\n",status);
894 }
895 memory->release();
896}
897
898
899void Xbox360Peripheral::MakeSettingsChanges()

Callers 1

WriteCompleteInternalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected