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

Method stop

360Controller/_60Controller.cpp:625–630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

623}
624
625void Xbox360Peripheral::stop(IOService *provider)
626{
627 ReleaseAll();
628
629 super::stop(provider);
630}
631
632// Releases all the objects used
633void Xbox360Peripheral::ReleaseAll(void)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected