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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/IOKit/hidsystem/
H A Dev_private.h136 IOHIDevice * eventSrc; member in struct:__anon2166
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp6645 IOService * eventSrc; local
6647 while( (eventSrc = (IOService *) iter->getNextObject())) {
6649 if ( OSDynamicCast(IOHIDKeyboard, eventSrc) || OSDynamicCast(IOHIDPointing, eventSrc) || OSDynamicCast(IOHIDConsumer, eventSrc))
6655 validParameters = createFilteredParamPropertiesForService(eventSrc, dict);
6658 if ( OSDynamicCast(IOHIDevice, eventSrc) )
6659 ret = ((IOHIDevice *)eventSrc)->setParamProperties( validParameters );
6660 else if ( OSDynamicCast( IOHIDEventService, eventSrc ) )
6661 ret = ((IOHIDEventService *)eventSrc)
[all...]

Completed in 284 milliseconds