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

/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp342 IOTimerEventSource * dpInterruptES; member in struct:IOFramebufferPrivate
6628 __private->dpInterruptES = IOTimerEventSource::timerEventSource(this, &dpInterrupt);
6629 if (__private->dpInterruptES)
6630 __private->controller->wl->addEventSource(__private->dpInterruptES);
10206 if (delay && self->__private->dpInterruptES)
10207 self->__private->dpInterruptES->setTimeoutMS(delay);

Completed in 185 milliseconds