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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDConsumer.h58 bool _isDispatcher; member in class:IOHIDConsumer
80 inline bool isDispatcher() { return _isDispatcher;};
H A DIOHIDKeyboard.h63 bool _isDispatcher; member in class:IOHIDKeyboard
84 inline bool isDispatcher() { return _isDispatcher;};
H A DIOHIDPointing.cpp77 _isDispatcher = isDispatcher;
310 _isDispatcher = FALSE;
325 _isDispatcher = FALSE;
339 _isDispatcher = FALSE;
343 if ( _isDispatcher )
H A DIOHIDPointing.h41 bool _isDispatcher; member in class:IOHIDPointing
H A DIOHIDConsumer.cpp60 consumer->_isDispatcher = isDispatcher;
H A DIOHIDKeyboard.cpp72 keyboard->_isDispatcher = isDispatcher;
114 if ( _isDispatcher )

Completed in 86 milliseconds