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

/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDFamilyPrivate.cpp170 SInt32 arrayScore = 0; local
178 arrayMatch = CompareNumberPropertyArray(owner, matching, kIOHIDProductIDArrayKey, kIOHIDProductIDKey, &arrayScore, kHIDVendor2ArrayScoreIncrement);
187 else if ( arrayMatch && arrayScore != 0 )
189 *score += arrayScore;

Completed in 111 milliseconds