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

/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventService.cpp235 OSDictionary * propertyMatch = OSDictionary::withCapacity(4); local
237 if (propertyMatch) {
240 if (object) propertyMatch->setObject(kIOHIDTransportKey, object);
244 if (object) propertyMatch->setObject(kIOHIDVendorIDKey, object);
248 if (object) propertyMatch->setObject(kIOHIDProductIDKey, object);
252 if (object) propertyMatch->setObject(kIOHIDLocationIDKey, object);
255 matchingDictionary->setObject(gIOPropertyMatchKey, propertyMatch);
257 propertyMatch->release();
H A DIOHIDDevice.cpp489 OSDictionary * propertyMatch = serviceMatching("IOHIDDevice"); local
492 propertyMatch,
495 propertyMatch->release();

Completed in 219 milliseconds