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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventServiceQueue.h54 virtual void setNotificationPort(mach_port_t port);
H A DIOHIDEventServiceQueue.cpp159 void IOHIDEventServiceQueue::setNotificationPort(mach_port_t port) { function in class:IOHIDEventServiceQueue
160 super::setNotificationPort(port);
H A DIOHIDResourceUserClient.h114 virtual void setNotificationPort(mach_port_t port);
H A DIOHIDResourceUserClient.cpp204 _queue->setNotificationPort(port);
896 void IOHIDResourceQueue::setNotificationPort(mach_port_t port) function in class:IOHIDResourceQueue
898 IOSharedDataQueue::setNotificationPort(port);
H A DIOHIDEventQueue.cpp162 setNotificationPort(port);
H A DIOHIDEventServiceUserClient.cpp122 _queue->setNotificationPort(port);
H A DIOHIDLibUserClient.cpp500 queue->setNotificationPort(port);
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIODataQueue.h80 * @discussion This method sends a message to the mach port passed to setNotificationPort(). It is used to indicate that data is available in the queue.
134 * @function setNotificationPort
139 virtual void setNotificationPort(mach_port_t port);
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIODataQueue.cpp236 void IODataQueue::setNotificationPort(mach_port_t port) function in class:IODataQueue
H A DIOSharedDataQueue.cpp114 setNotificationPort(MACH_PORT_NULL);
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDUserClient.cpp653 eventQueue->setNotificationPort(port);

Completed in 92 milliseconds