Handle termination
| 220 | |
| 221 | // Handle termination |
| 222 | bool WirelessGamingReceiver::didTerminate(IOService *provider, IOOptionBits options, bool *defer) |
| 223 | { |
| 224 | // release all objects used and close the device |
| 225 | ReleaseAll(); |
| 226 | return IOService::didTerminate(provider, options, defer); |
| 227 | } |
| 228 | |
| 229 | |
| 230 | // Handle message from provider |
nothing calls this directly
no outgoing calls
no test coverage detected