Searched refs:stateNotificationListenerAdd (Results 1 – 3 of 3) sorted by relevance
1684 kern_return_t stateNotificationListenerAdd(OSArray * items,
1800 kr = service->stateNotificationListenerAdd(array.get(), &listenerRef, ^kern_return_t () { in IOServiceStateNotificationTests()
6632 kr = service->stateNotificationListenerAdd(items, &source->ivars->fListener, ^kern_return_t () { in Create_Impl()6783 kr = service->stateNotificationListenerAdd(items, &source->fListener, ^kern_return_t () { in serviceStateNotificationEventSource()7134 IOService::stateNotificationListenerAdd(OSArray * items, in stateNotificationListenerAdd() function in IOService