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

/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp4540 bool wsState = ((gIOFBSystemPower || gIOFBSwitching) && !(kIOFBDimmed & allState)); local
4541 if (wsState != gIOFBWSState)
4543 if (wsState && (kIOFBServerUp & allState))
4549 DEBG1("S", " notifyServer(%d)\n", wsState);
4550 gIOFBWSState = wsState;
4551 if (wsState)
4558 fb->notifyServer(wsState);

Completed in 127 milliseconds