Home
last modified time | relevance | path

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

/aosp12/hardware/google/graphics/gs101/libhwc2.1/libmaindisplay/
H A DExynosPrimaryDisplayModule.h125 virtual int32_t getColorAdjustedDbv(uint32_t &dbv_adj);
H A DExynosPrimaryDisplayModule.cpp698 int32_t ExynosPrimaryDisplayModule::getColorAdjustedDbv(uint32_t &dbv_adj) { in getColorAdjustedDbv() function in ExynosPrimaryDisplayModule
/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosDisplay.h1117 virtual int32_t getColorAdjustedDbv(uint32_t &) { return NO_ERROR; } in getColorAdjustedDbv() function
/aosp12/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
H A DExynosDisplayDrmInterface.cpp1667 if (mExynosDisplay->getColorAdjustedDbv(dbv_adj)) { in deliverWinConfigData()