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

/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDFamilyPrivate.cpp164 bool pidMatch = false; local
177 pidMatch = CompareProperty(owner, matching, kIOHIDProductIDKey, &pidScore, kHIDVendor2ScoreIncrement);
182 if ( pidMatch && pidScore != 0 )
208 return pidMatch && arrayMatch && maskMatch && maskArrayMatch;

Completed in 155 milliseconds