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

Method willTerminate

360Controller/_60Controller.cpp:618–623  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

616}
617
618bool Xbox360Peripheral::willTerminate(IOService *provider, IOOptionBits options)
619{
620 ReleaseAll();
621
622 return super::willTerminate(provider, options);
623}
624
625void Xbox360Peripheral::stop(IOService *provider)
626{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected