Searched refs:addMatchingNotification (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIODisplayWrangler.cpp157 notify = addMatchingNotification( gIOPublishNotification,
162 notify = addMatchingNotification( gIOPublishNotification,
H A DIOFramebuffer.cpp6350 gIOFBClamshellNotify = addMatchingNotification( gIOPublishNotification,
/macosx-10.10/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFireWireIPUnit.cpp88 fTerminateNotifier = IOService::addMatchingNotification(gIOTerminatedNotification,
H A DIOFireWireIP.cpp128 fIPUnitNotifier = IOService::addMatchingNotification(gIOPublishNotification,
136 fIPv6UnitNotifier = IOService::addMatchingNotification(gIOPublishNotification,
/macosx-10.10/AppleFileSystemDriver-17/
H A DAppleFileSystemDriver.cpp417 _notifier = IOService::addMatchingNotification( gIOMatchedNotification, matching,
/macosx-10.10/IONetworkingFamily-101/
H A DIOKernelDebugger.cpp524 _interfaceNotifier = addMatchingNotification(
H A DIONetworkStack.cpp174 _ifNotifier = addMatchingNotification(
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp914 publishNotify = addMatchingNotification(gIOPublishNotification,
921 eventPublishNotify = addMatchingNotification(gIOPublishNotification,
928 terminateNotify = addMatchingNotification(gIOTerminatedNotification,
935 eventTerminateNotify = addMatchingNotification(gIOTerminatedNotification,
950 _displayWranglerMatching = addMatchingNotification(gIOPublishNotification,
958 gSwitchNotification = addMatchingNotification(gIOPublishNotification,
H A DIOHIKeyboard.cpp1209 IONotifier *notifier = IOService::addMatchingNotification(gIOPublishNotification,
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h716 @abstract Deprecated use addMatchingNotification(). Adds a persistant notification handler to be notified of IOService events.
738 /*! @function addMatchingNotification
740 @discussion IOService will deliver notifications of changes in state of an IOService object to registered clients. The type of notification is specified by a symbol, for example <code>gIOMatchedNotification</code> or <code>gIOTerminatedNotification</code>, and notifications will only include IOService objects that match the supplied matching dictionary. Notifications are ordered by a priority set with <code>addNotification</code>. When the notification is installed, its handler will be called with each of any currently existing IOService objects that are in the correct state (eg. registered) and match the supplied matching dictionary, avoiding races between finding preexisting and new IOService events. The notification request is identified by an instance of an IONotifier object, through which it can be enabled, disabled, or removed. <code>addMatchingNotification</code> does not consume a reference on the matching dictionary when the notification is removed, unlike addNotification.
754 static IONotifier * addMatchingNotification(
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDLibUserClient.cpp292 fResourceNotification = addMatchingNotification(
H A DIOHIDDevice.cpp491 gDeviceMatchedNotifier = addMatchingNotification(gIOFirstMatchNotification,
H A DIOHIDEventService.cpp259 _publishNotify = addMatchingNotification( gIOPublishNotification,
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/DataDriver/Classes/
H A DAppleUSBCDCACMData.cpp1544 bsdClientAddedNotifier = addMatchingNotification (gIOFirstPublishNotification,
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp4207 result = addMatchingNotification(type, matching, &_IOServiceMatchingNotificationHandler,
4216 IONotifier * IOService::addMatchingNotification( function in class:IOService
H A DIOPMrootDomain.cpp1011 _displayWranglerNotifier = addMatchingNotification(
1023 notifier = addMatchingNotification(
H A DIOUserClient.cpp1960 notify = IOService::addMatchingNotification( sym, dict,
/macosx-10.10/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp576 addMatchingNotification( gIOPublishNotification,
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireController.cpp4271 fKeyswitchNotifier = addMatchingNotification( gIOMatchedNotification, nameMatching( "AppleKeyswitch" ),

Completed in 324 milliseconds