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

/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDEventSystem.cpp80 _publishNotify = addNotification(
94 if (!_publishNotify || !_terminateNotify)
113 if ( _publishNotify ) {
114 _publishNotify->remove();
115 _publishNotify = 0;
H A DIOHIDEventSystem.h42 IONotifier * _publishNotify; member in class:IOHIDEventSystem
H A DIOHIDEventService.cpp264 _publishNotify = addMatchingNotification( gIOPublishNotification,
369 if (_publishNotify) {
370 _publishNotify->remove();
371 _publishNotify = 0;
421 if (self->_publishNotify) {
422 self->_publishNotify->remove();
423 self->_publishNotify = 0;
440 if (self->_publishNotify) {
441 self->_publishNotify->remove();
442 self->_publishNotify
[all...]
H A DIOHIDEventService.h95 IONotifier * _publishNotify; member in class:IOHIDEventService

Completed in 184 milliseconds