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

/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDFamilyPrivate.cpp166 bool maskMatch = false; local
179 maskMatch = CompareNumberPropertyMask(owner, matching, kIOHIDProductIDKey, kIOHIDProductIDMaskKey, &maskScore, kHIDVendor2MaskScoreIncrement);
192 else if ( maskMatch && maskScore != 0 )
208 return pidMatch && arrayMatch && maskMatch && maskArrayMatch;

Completed in 139 milliseconds