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

/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDFamilyPrivate.h89 bool CompareNumberPropertyMask( IOService *owner, OSDictionary *matching, const char *key, const char *maskKey, SInt32 *score, SInt32 increment);
91 bool CompareNumberPropertyArrayWithMask( IOService * owner, OSDictionary * matching, const char * arrayName, const char * key, const char * maskKey, SInt32 * score, SInt32 increment);
H A DIOHIDFamilyPrivate.cpp213 bool CompareNumberPropertyMask( IOService *owner, OSDictionary *matching, const char *key, const char *maskKey, SInt32 *score, SInt32 increment) argument
221 valueMask = OSDynamicCast(OSNumber, matching->getObject(maskKey));
281 bool CompareNumberPropertyArrayWithMask( IOService * owner, OSDictionary * matching, const char * arrayName, const char * key, const char * maskKey, SInt32 * score, SInt32 increment) argument
285 OSNumber *valueMask = (OSNumber *)matching->getObject(maskKey);

Completed in 129 milliseconds