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

/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOBacklightDisplay.cpp285 if (getIntegerRange(displayParams, gIODisplayPowerStateKey,
372 && (getIntegerRange(displayParams, gIODisplayBrightnessFadeKey, NULL, &min, &max))
373 && (getIntegerRange(displayParams, gIODisplayBrightnessKey, &current, NULL, NULL))
707 if (getIntegerRange(displayParams, gIODisplayBrightnessKey, &current, NULL, NULL)
H A DIODisplay.cpp703 OSDictionary * IODisplay::getIntegerRange( OSDictionary * params, function in class:IODisplay
877 if (0 == (params = getIntegerRange(displayParams, sym, 0, &min, &max)))
984 getIntegerRange( params, paramName, NULL, &min, &max );
1161 if (getIntegerRange(displayParams, gIODisplayAudioMuteAndScreenBlankKey,
H A DIOFramebuffer.cpp10145 && (params = IODisplay::getIntegerRange(fDisplayParams, paramName, 0, &min, &max))
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIODisplay.h174 static OSDictionary * getIntegerRange( OSDictionary * params, const OSSymbol * sym,

Completed in 122 milliseconds