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

/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/IOKit/hidsystem/
H A DIOHIDevice.h65 virtual IOReturn setParamProperties(OSDictionary * dict);
H A DIOHIKeyboard.h190 virtual IOReturn setParamProperties(OSDictionary * dict);
H A DIOHIKeyboardMapper.h187 virtual IOReturn setParamProperties (OSDictionary * dict);
H A DIOHIPointing.h196 virtual IOReturn setParamProperties( OSDictionary * dict );
H A DIOHIDSystem.h345 virtual IOReturn setParamProperties(OSDictionary * dict);
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDKeyboard.h95 IOReturn setParamProperties( OSDictionary * dict );
H A DIOHIDEventService.cpp616 _keyboardNub->setParamProperties(properties);
619 _pointingNub->setParamProperties(properties);
622 _consumerNub->setParamProperties(properties);
H A DIOHIDKeyboard.cpp963 // setParamProperties
965 IOReturn IOHIDKeyboard::setParamProperties( OSDictionary * dict ) function in class:IOHIDKeyboard
981 return super::setParamProperties(dict);
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDevice.cpp146 // to be set per device, instead of globally via setParamProperties.
161 ret = setParamProperties( propertyDict );
170 IOReturn IOHIDevice::setParamProperties( OSDictionary * dict ) function in class:IOHIDevice
H A DIOHIKeyboard.cpp259 IOReturn IOHIKeyboard::setParamProperties( OSDictionary * dict ) function in class:IOHIKeyboard
340 err2 = _keyMap->setParamProperties(dict);
351 return( err == kIOReturnSuccess ) ? super::setParamProperties(dict) : err;
H A DIOHIKeyboardMapper.cpp1200 IOReturn IOHIKeyboardMapper::setParamProperties( OSDictionary * dict ) function in class:IOHIKeyboardMapper
2234 _hidSystem->setParamProperties (dict);
2512 owner->_hidSystem->setParamProperties (dict);
H A DIOHIDSystem.cpp1552 setParamProperties(tempDict);
3084 ((IOHIDevice *)source)->setParamProperties( newParams );
6622 ret = setParamProperties( dict );
6630 IOReturn IOHIDSystem::setParamProperties( OSDictionary * dict ) function in class:IOHIDSystem
6653 // in its registery we should NOT push it down via setParamProperties as properties
6654 // generated via the global IOHIDSystem::setParamProperties are defaults.
6659 ret = ((IOHIDevice *)eventSrc)->setParamProperties( validParameters );
6982 // Wake any pending setParamProperties commands. They
H A DIOHIPointing.cpp1370 IOReturn IOHIPointing::setParamProperties( OSDictionary * dict ) function in class:IOHIPointing
1542 return( err == kIOReturnSuccess ) ? super::setParamProperties(dict) : err;

Completed in 870 milliseconds