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

Method didTerminate

360Controller/_60Controller.cpp:687–692  ·  view source on GitHub ↗

Handle termination

Source from the content-addressed store, hash-verified

685
686// Handle termination
687bool Xbox360Peripheral::didTerminate(IOService *provider, IOOptionBits options, bool *defer)
688{
689 // release all objects used and close the device
690 ReleaseAll();
691 return super::didTerminate(provider, options, defer);
692}
693
694
695// Handle message sent to the driver

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected