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

/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDFamilyPrivate.cpp167 bool maskArrayMatch = false; local
180 maskArrayMatch = CompareNumberPropertyArrayWithMask(owner, matching, kIOHIDProductIDArrayKey, kIOHIDProductIDKey, kIOHIDProductIDMaskKey, &maskArrayScore, kHIDVendor2ArrayMaskScoreIncrement);
197 else if ( maskArrayMatch && maskArrayScore != 0 )
208 return pidMatch && arrayMatch && maskMatch && maskArrayMatch;

Completed in 97 milliseconds