Searched refs:usageNumRef (Results 1 – 1 of 1) sorted by relevance
633 CFNumberRef usageNumRef = CFNumberCreate(kCFAllocatorDefault, kCFNumberIntType, &usage); in CreateHIDDeviceMatchDictionary() local635 const void *vals[2] = { (void *) pageNumRef, (void *) usageNumRef }; in CreateHIDDeviceMatchDictionary()637 if (pageNumRef && usageNumRef) { in CreateHIDDeviceMatchDictionary()644 if (usageNumRef) { in CreateHIDDeviceMatchDictionary()645 CFRelease(usageNumRef); in CreateHIDDeviceMatchDictionary()
Completed in 4 milliseconds