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

Method stop

WirelessGamingReceiver/WirelessGamingReceiver.cpp:215–219  ·  view source on GitHub ↗

Stop the device

Source from the content-addressed store, hash-verified

213
214// Stop the device
215void WirelessGamingReceiver::stop(IOService *provider)
216{
217 ReleaseAll();
218 IOService::stop(provider);
219}
220
221// Handle termination
222bool WirelessGamingReceiver::didTerminate(IOService *provider, IOOptionBits options, bool *defer)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected