Handle termination
| 685 | |
| 686 | // Handle termination |
| 687 | bool 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 |
nothing calls this directly
no outgoing calls
no test coverage detected