Searched refs:propertyMatch (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDEventService.cpp240 OSDictionary * propertyMatch = OSDictionary::withCapacity(4); local
242 if (propertyMatch) {
245 if (object) propertyMatch->setObject(kIOHIDTransportKey, object);
249 if (object) propertyMatch->setObject(kIOHIDVendorIDKey, object);
253 if (object) propertyMatch->setObject(kIOHIDProductIDKey, object);
257 if (object) propertyMatch->setObject(kIOHIDLocationIDKey, object);
260 matchingDictionary->setObject(gIOPropertyMatchKey, propertyMatch);
262 propertyMatch->release();
H A DIOHIDDevice.cpp491 OSDictionary * propertyMatch = serviceMatching("IOHIDDevice"); local
494 propertyMatch,
497 propertyMatch->release();

Completed in 128 milliseconds