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

Method WriteCompleteInternal

360Controller/_60Controller.cpp:808–812  ·  view source on GitHub ↗

This forwards a completed write notification to a member function

Source from the content-addressed store, hash-verified

806
807// This forwards a completed write notification to a member function
808void Xbox360Peripheral::WriteCompleteInternal(void *target,void *parameter,IOReturn status,UInt32 bufferSizeRemaining)
809{
810 if(target!=NULL)
811 ((Xbox360Peripheral*)target)->WriteComplete(parameter,status,bufferSizeRemaining);
812}
813
814// This handles a completed asynchronous read
815void Xbox360Peripheral::ReadComplete(void *parameter,IOReturn status,UInt32 bufferSizeRemaining)

Callers

nothing calls this directly

Calls 1

WriteCompleteMethod · 0.45

Tested by

no test coverage detected