| 424 | } |
| 425 | |
| 426 | bool USBToolBox::_matchingCallback(void* target, void* matchingDict, IOService* newService, IONotifier* notifier) { |
| 427 | return static_cast<USBToolBox*>(target)->matchingCallback(static_cast<OSDictionary*>(matchingDict), newService, notifier); |
| 428 | } |
| 429 | |
| 430 | bool USBToolBox::start(IOService *provider) { |
| 431 | DEBUGLOGPROV("start start"); |
nothing calls this directly
no test coverage detected