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

/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIODisplay.cpp349 edidData = OSDynamicCast( OSData, getProperty( kIODisplayEDIDKey ));
353 edidData = OSDynamicCast( OSData, getProperty( kIODisplayEDIDKey ));
374 removeProperty(kIODisplayEDIDKey);
670 setProperty( kIODisplayEDIDKey, data );
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsTypes.h1208 #define kIODisplayEDIDKey "IODisplayEDID" macro
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DIODisplayLib.c1586 edidData = CFDictionaryGetValue(connectRef->overrides, CFSTR(kIODisplayEDIDKey));
3023 edidData = CFDictionaryGetValue( connectRef->overrides, CFSTR(kIODisplayEDIDKey) );
3432 data = CFDictionaryGetValue( regDict, CFSTR(kIODisplayEDIDKey) );
3512 CFDictionaryAddValue(dict, CFSTR(kIODisplayEDIDKey), data);
3516 data = CFDictionaryGetValue(dict, CFSTR(kIODisplayEDIDKey));
H A DIOGraphicsLib.c2574 if ((edidData = CFDictionaryGetValue(connectRef->overrides, CFSTR(kIODisplayEDIDKey)))
2996 if( (obj = CFDictionaryGetValue( oldOvr, CFSTR(kIODisplayEDIDKey)) ))
2997 CFDictionarySetValue( ovr, CFSTR(kIODisplayEDIDKey), obj );
4057 edidData = CFDictionaryGetValue(ovr, CFSTR(kIODisplayEDIDKey));

Completed in 116 milliseconds