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

/macosx-10.9.5/IOHIDFamily-503.215.2/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 175 milliseconds