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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDConsumer.h65 static IOHIDConsumer * Consumer(bool isDispatcher = false);
80 inline bool isDispatcher() { return _isDispatcher;}; function in class:IOHIDConsumer
H A DIOHIDKeyboard.h76 static IOHIDKeyboard * Keyboard(UInt32 supportedModifiers, bool isDispatcher = false);
84 inline bool isDispatcher() { return _isDispatcher;}; function in class:IOHIDKeyboard
H A DIOHIDPointing.h51 bool isDispatcher);
57 bool isDispatcher);
H A DIOHIDPointing.cpp49 bool isDispatcher)
53 if ((nub == 0) || !nub->initWithMouseProperties(buttonCount, pointerResolution, scrollResolution, isDispatcher) )
70 bool isDispatcher)
77 _isDispatcher = isDispatcher;
45 Pointing( UInt32 buttonCount, IOFixed pointerResolution, IOFixed scrollResolution, bool isDispatcher) argument
66 initWithMouseProperties( UInt32 buttonCnt, IOFixed pointerResolution, IOFixed scrollResolution, bool isDispatcher) argument
H A DIOHIDConsumer.cpp50 IOHIDConsumer::Consumer(bool isDispatcher) argument
60 consumer->_isDispatcher = isDispatcher;
H A DIOHIDEventService.cpp407 && self->_keyboardNub->isDispatcher()
408 && !service->_keyboardNub->isDispatcher() ) {
426 && self->_consumerNub->isDispatcher()
427 && !service->_consumerNub->isDispatcher() ) {
946 bool isDispatcher = ((options & kShimEventProcessor) == 0); local
947 IOHIDPointing *pointingNub = IOHIDPointing::Pointing(buttonCount, pointerResolution, scrollResolution, isDispatcher);;
980 bool isDispatcher = ((options & kShimEventProcessor) == 0); local
981 IOHIDKeyboard *keyboardNub = IOHIDKeyboard::Keyboard(supportedModifiers, isDispatcher);
1012 bool isDispatcher = ((options & kShimEventProcessor) == 0); local
1013 IOHIDConsumer *consumerNub = IOHIDConsumer::Consumer(isDispatcher);;
[all...]
H A DIOHIDKeyboard.cpp58 IOHIDKeyboard::Keyboard(UInt32 supportedModifiers, bool isDispatcher) argument
72 keyboard->_isDispatcher = isDispatcher;

Completed in 102 milliseconds