| 616 | } |
| 617 | |
| 618 | bool Xbox360Peripheral::willTerminate(IOService *provider, IOOptionBits options) |
| 619 | { |
| 620 | ReleaseAll(); |
| 621 | |
| 622 | return super::willTerminate(provider, options); |
| 623 | } |
| 624 | |
| 625 | void Xbox360Peripheral::stop(IOService *provider) |
| 626 | { |
nothing calls this directly
no outgoing calls
no test coverage detected