Searched refs:getControllerWorkLoop (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOBacklightDisplay.cpp213 if (fDeferredEvents) fb->getControllerWorkLoop()->addEventSource(fDeferredEvents);
218 if (fFadeTimer) fb->getControllerWorkLoop()->addEventSource(fFadeTimer);
231 getConnection()->getFramebuffer()->getControllerWorkLoop()->removeEventSource(fDeferredEvents);
240 getConnection()->getFramebuffer()->getControllerWorkLoop()->removeEventSource(fFadeTimer);
676 if (!getControllerWorkLoop()->inGate())
H A DIOFramebuffer.cpp7087 IOWorkLoop * IOFramebuffer::getControllerWorkLoop() const function in class:IOFramebuffer
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOFramebuffer.h328 IOWorkLoop * getControllerWorkLoop() const;
/macosx-10.10/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp653 self->getControllerWorkLoop()->addEventSource(self->__private->probeInterrupt);
1079 if (!ml_at_interrupt_context() && (wl = self->getControllerWorkLoop()) && !wl->inGate())
1116 if (!ml_at_interrupt_context() && (wl = self->getControllerWorkLoop()) && !wl->inGate())
1157 return (getControllerWorkLoop()->runAction((IOWorkLoop::Action) &extControl, this, (void *)(uintptr_t) code, params));
1162 return (getControllerWorkLoop()->runAction((IOWorkLoop::Action) &extStatus, this, (void *)(uintptr_t) code, params));
3154 if (!getControllerWorkLoop()->inGate())

Completed in 284 milliseconds