| 623 | } |
| 624 | |
| 625 | void Xbox360Peripheral::stop(IOService *provider) |
| 626 | { |
| 627 | ReleaseAll(); |
| 628 | |
| 629 | super::stop(provider); |
| 630 | } |
| 631 | |
| 632 | // Releases all the objects used |
| 633 | void Xbox360Peripheral::ReleaseAll(void) |
nothing calls this directly
no outgoing calls
no test coverage detected