Home
last modified time | relevance | path

Searched refs:stateNotificationListenerAdd (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIOService.h1684 kern_return_t stateNotificationListenerAdd(OSArray * items,
/xnu-11215/iokit/Tests/
H A DTests.cpp1801 kr = service->stateNotificationListenerAdd(array.get(), &listenerRef, ^kern_return_t () { in IOServiceStateNotificationTests()
/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp6762 kr = service->stateNotificationListenerAdd(items, &source->ivars->fListener, ^kern_return_t () { in Create_Impl()
6913 kr = service->stateNotificationListenerAdd(items, &source->fListener, ^kern_return_t () { in serviceStateNotificationEventSource()
7265 IOService::stateNotificationListenerAdd(OSArray * items, in stateNotificationListenerAdd() function in IOService