HomeSort by relevance Sort by last modified time
    Searched defs:cfData (Results 1 - 3 of 3) sorted by null

  /external/libusb/libusb/os/
darwin_usb.c 258 CFTypeRef cfData = IORegistryEntryCreateCFProperty (service, property, kCFAllocatorDefault, 0);
261 if (cfData) {
262 if (CFGetTypeID (cfData) == CFDataGetTypeID ()) {
263 CFIndex length = CFDataGetLength (cfData);
268 CFDataGetBytes (cfData, CFRangeMake(0, size), p);
272 CFRelease (cfData);
    [all...]
  /device/generic/goldfish/ril/
ril.h     [all...]
  /device/google/cuttlefish_common/guest/hals/ril/libril/
ril.h     [all...]

Completed in 1232 milliseconds