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

/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDEventService.cpp102 #define _deviceUsagePairs _reserved->deviceUsagePairs
2591 OSArray * deviceUsagePairs = getDeviceUsagePairs(); local
2593 if ( deviceUsagePairs && deviceUsagePairs->getCount() ) {
2594 OSDictionary * pair = OSDynamicCast(OSDictionary, deviceUsagePairs->getObject(0));
2614 OSArray * deviceUsagePairs = getDeviceUsagePairs(); local
2616 if ( deviceUsagePairs && deviceUsagePairs->getCount() ) {
2617 OSDictionary * pair = OSDynamicCast(OSDictionary, deviceUsagePairs->getObject(0));
H A DIOHIDEventService.h105 OSArray * deviceUsagePairs; member in struct:IOHIDEventService::ExpansionData

Completed in 73 milliseconds