Home
last modified time | relevance | path

Searched refs:darwin_device_class (Results 1 – 2 of 2) sorted by relevance

/external/libusb/libusb/os/
Ddarwin_usb.c70 static const char *darwin_device_class = "IOUSBDevice"; variable
216 CFMutableDictionaryRef matchingDict = IOServiceMatching(darwin_device_class); in usb_setup_device_iterator()
495 IOServiceMatching(darwin_device_class), in darwin_event_thread_main()
508 IOServiceMatching(darwin_device_class), in darwin_event_thread_main()
/external/libusb/
DChangeLog12 * Darwin (macOS): use IOUSBDevice as darwin_device_class explicitly (#693)