Home
last modified time | relevance | path

Searched refs:getSdrDimRatio (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
H A DExynosDisplayInterface.h73 virtual float getSdrDimRatio() { return 1.0; } in getSdrDimRatio() function
H A DExynosDisplayDrmInterface.h298 virtual float getSdrDimRatio();
H A DExynosDisplayDrmInterface.cpp2441 float ExynosDisplayDrmInterface::getSdrDimRatio() in getSdrDimRatio() function in ExynosDisplayDrmInterface
/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosDisplay.cpp5404 float dim_sdr_ratio = mDisplayInterface->getSdrDimRatio(); in updateBrightnessState()