Searched refs:newEvent (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOWorkLoop.h226 @param newEvent Pointer to IOEventSource subclass to add.
229 virtual IOReturn addEventSource(IOEventSource *newEvent);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOWorkLoop.cpp288 IOReturn IOWorkLoop::addEventSource(IOEventSource *newEvent) argument
290 return controlG->runCommand((void *) mAddEvent, (void *) newEvent);

Completed in 25 milliseconds