Searched refs:CompareProperty (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDFamilyPrivate.cpp44 bool CompareProperty( IOService * owner, OSDictionary * matching, const char * key, SInt32 * score, SInt32 increment) function
177 pidMatch = CompareProperty(owner, matching, kIOHIDProductIDKey, &pidScore, kHIDVendor2ScoreIncrement);
333 bool pUPMatch = CompareProperty(owner, table, kIOHIDPrimaryUsagePageKey, &pUPScore, kHIDDeviceUsageScoreBase);
334 bool pUMatch = CompareProperty(owner, table, kIOHIDPrimaryUsageKey, &pUScore, kHIDDeviceUsageScoreIncrement);
337 bool trans1Match = CompareProperty(owner, table, kIOHIDTransportKey, &trans1Score, kHIDTransport1ScoreIncrement);
338 bool trans2Match = CompareProperty(owner, table, kIOHIDLocationIDKey, &trans2Score, kHIDTransport2ScoreIncrement);
339 bool venIDMatch = CompareProperty(owner, table, kIOHIDVendorIDKey, &ven1Score, kHIDVendor1ScoreIncrement);
341 bool versNumMatch = CompareProperty(owner, table, kIOHIDVersionNumberKey, &ven3Score, kHIDVendor3ScoreIncrement);
342 bool manMatch = CompareProperty(owner, table, kIOHIDManufacturerKey, &ven3Score, kHIDVendor3ScoreIncrement);
343 bool serialMatch = CompareProperty(owne
[all...]
H A DIOHIDElementPrivate.cpp854 static inline bool CompareProperty( OSDictionary * properties, OSDictionary * matching, const char * key) function
885 if ( !CompareProperty(properties, matching, kIOHIDElementCookieKey)
886 || !CompareProperty(properties, matching, kIOHIDElementTypeKey)
887 || !CompareProperty(properties, matching, kIOHIDElementCollectionTypeKey)
888 || !CompareProperty(properties, matching, kIOHIDElementUsageKey)
889 || !CompareProperty(properties, matching, kIOHIDElementUsagePageKey)
890 || !CompareProperty(properties, matching, kIOHIDElementMinKey)
891 || !CompareProperty(properties, matching, kIOHIDElementMaxKey)
892 || !CompareProperty(properties, matching, kIOHIDElementScaledMaxKey)
893 || !CompareProperty(propertie
[all...]
H A DIOHIDFamilyPrivate.h84 bool CompareProperty(IOService * owner, OSDictionary * matching, const char * key, SInt32 * score, SInt32 increment = 0);

Completed in 176 milliseconds