Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Ddarwin_usb.c222 CFTypeRef locationCF; in darwin_devices_detached() local
229locationCF = IORegistryEntryCreateCFProperty (device, CFSTR(kUSBDevicePropertyLocationID), kCFAllo… in darwin_devices_detached()
231 CFNumberGetValue(locationCF, kCFNumberLongType, &location); in darwin_devices_detached()
232 CFRelease (locationCF); in darwin_devices_detached()