HomeSort by relevance Sort by last modified time
    Searched refs:locationCF (Results 1 - 2 of 2) sorted by null

  /external/libusb/libusb/os/
darwin_usb.c 222 CFTypeRef locationCF;
229 locationCF = IORegistryEntryCreateCFProperty (device, CFSTR(kUSBDevicePropertyLocationID), kCFAllocatorDefault, 0);
231 CFNumberGetValue(locationCF, kCFNumberLongType, &location);
232 CFRelease (locationCF);
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
darwin_usb.c 197 CFTypeRef locationCF = CFNumberCreate (NULL, kCFNumberSInt32Type, &location);
199 CFDictionarySetValue (propertyMatchDict, CFSTR(kUSBDevicePropertyLocationID), locationCF);
201 CFRelease (locationCF);
    [all...]

Completed in 40 milliseconds