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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp575 static void notifyHIDevices(IOService *service, OSArray *hiDevices, UInt32 type) argument
579 if(!stickyKeysState || !hiDevices)
586 for(unsigned index=0; index<hiDevices->getCount(); index++)
588 keyboard = OSDynamicCast(IOHIKeyboard, hiDevices->getObject(index));

Completed in 128 milliseconds