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

/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDConsumer.cpp224 setDeviceFlags(currentFlags);
264 // setDeviceFlags - IOHIKeyboard override. This is necessary because we will need to return the state
268 void IOHIDConsumer::setDeviceFlags(unsigned flags) function in class:IOHIDConsumer
271 _keyboardNub->setDeviceFlags(flags);
273 super::setDeviceFlags(flags);
H A DIOHIDConsumer.h87 virtual void setDeviceFlags(unsigned flags);
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/IOKit/hidsystem/
H A DIOHIKeyboard.h235 virtual void setDeviceFlags(unsigned flags); // Set device event flags
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIKeyboardMapper.cpp291 _delegate->IOHIKeyboard::setDeviceFlags(myFlags);
298 _delegate->IOHIKeyboard::setDeviceFlags(myFlags);
921 _delegate->setDeviceFlags(myFlags);
1120 _delegate->setDeviceFlags(myFlags);
1158 _delegate->setDeviceFlags(myFlags);
1465 _delegate->setDeviceFlags(myFlags);
1473 _delegate->setDeviceFlags(myFlags);
H A DIOHIKeyboard.cpp707 void IOHIKeyboard::setDeviceFlags(unsigned flags) function in class:IOHIKeyboard

Completed in 126 milliseconds