Searched refs:registerEventSource (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventSystem.h73 void registerEventSource(IOHIDEventService * service);
H A DIOHIDEventSystem.cpp195 registerEventSource( eventService );
228 // IOHIDEventService::registerEventSource
230 void IOHIDEventSystem::registerEventSource(IOHIDEventService * service) function in class:IOHIDEventSystem
236 IOLog("IOHIDEventSystem::registerEventSource\n");
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOEventSource.cpp61 reserved->counter = IOStatistics::registerEventSource(inOwner); \
H A DIOStatistics.cpp418 IOEventSourceCounter *IOStatistics::registerEventSource(OSObject *inOwner) function in class:IOStatistics
443 kprintf("IOStatistics::registerEventSource - bad metaclass %p\n", inOwner);
458 panic("IOStatistics::registerEventSource: cannot find parent class: %s", inOwner->getMetaClass()->getClassName());
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOStatisticsPrivate.h247 static IOEventSourceCounter *registerEventSource(OSObject *inOwner);
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/IOKit/hidsystem/
H A DIOHIDSystem.h305 bool registerEventSource(IOService * source);
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp1176 self->registerEventSource( newService );
3004 registerEventSource(source);
3043 bool IOHIDSystem::registerEventSource(IOService * source) function in class:IOHIDSystem
3048 kprintf("registerEventSource:%s\n", source->getName());

Completed in 132 milliseconds