| 91 | } |
| 92 | |
| 93 | bool VoodooInput::willTerminate(IOService* provider, IOOptionBits options) { |
| 94 | if (parentProvider->isOpen(this)) { |
| 95 | parentProvider->close(this); |
| 96 | } |
| 97 | |
| 98 | return super::willTerminate(provider, options); |
| 99 | } |
| 100 | |
| 101 | void VoodooInput::stop(IOService *provider) { |
| 102 | if (simulator) { |
nothing calls this directly
no outgoing calls
no test coverage detected