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

/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp133 kIOFBEventDisplaysPowerState = 0x00000040, enumerator in enum:__anon1703
4762 if (kIOFBEventDisplaysPowerState & events)
4772 OSBitAndAtomic(~kIOFBEventDisplaysPowerState, &gIOFBGlobalEvents);
5765 OSBitOrAtomic(kIOFBEventDisplaysPowerState, &gIOFBGlobalEvents);

Completed in 124 milliseconds