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

/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOFramebuffer.h406 IOReturn deliverFramebufferNotification(
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp3979 ret = deliverFramebufferNotification( kIOFBNotifyDisplayModeDidChange );
3984 deliverFramebufferNotification( kIOFBNotifyOnlineChange, (void *)(uintptr_t) __private->online);
4297 ret = deliverFramebufferNotification(kIOFBNotifyDidWake, (void *) true);
4313 ret = deliverFramebufferNotification(event, info);
4578 fb->deliverFramebufferNotification(kIOFBNotifyWillSleep, (void *) notiArg);
4670 fb->deliverFramebufferNotification(kIOFBNotifyDisplayDimsChange, (void *) value);
4694 fb->deliverFramebufferNotification(kIOFBNotifyClamshellChange, clamshellProperty);
4808 fb->deliverFramebufferNotification(kIOFBNotifyProbed, NULL);
4877 fb->deliverFramebufferNotification( kIOFBNotifyDidWake, (void *) true);
4878 fb->deliverFramebufferNotification( kIOFBNotifyDidPowerO
8398 IOReturn IOFramebuffer::deliverFramebufferNotification( function in class:IOFramebuffer
[all...]

Completed in 191 milliseconds