Home
last modified time | relevance | path

Searched refs:fListener (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIOServiceStateNotificationEventSource.h52 IOStateNotificationListenerRef fListener; variable
/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp6745 IOStateNotificationListenerRef fListener; member
6762 kr = service->stateNotificationListenerAdd(items, &source->ivars->fListener, ^kern_return_t () { in Create_Impl()
6812 if (ivars->fListener) { in free()
6813 ivars->fStateNotification->stateNotificationListenerRemove(ivars->fListener); in free()
6913 kr = service->stateNotificationListenerAdd(items, &source->fListener, ^kern_return_t () { in serviceStateNotificationEventSource()
6939 if (fListener) { in free()
6940 fStateNotification->stateNotificationListenerRemove(fListener); in free()