Home
last modified time | relevance | path

Searched refs:getDisplayColorInterface (Results 1 – 8 of 8) sorted by relevance

/hardware/google/graphics/gs101/libhwc2.1/libcolormanager/
DColorManager.cpp29 GsInterfaceType* displayColorInterface = getDisplayColorInterface(); in getColorModes()
61 GsInterfaceType* displayColorInterface = getDisplayColorInterface(); in setColorMode()
82 GsInterfaceType* displayColorInterface = getDisplayColorInterface(); in getRenderIntents()
115 GsInterfaceType* displayColorInterface = getDisplayColorInterface(); in setColorModeWithRenderIntent()
167 GsInterfaceType* displayColorInterface = getDisplayColorInterface(); in hasDppForLayer()
187 GsInterfaceType* displayColorInterface = getDisplayColorInterface(); in getDppForLayer()
200 GsInterfaceType* displayColorInterface = getDisplayColorInterface(); in getDqe()
271 GsInterfaceType* displayColorInterface = getDisplayColorInterface(); in updateColorConversionInfo()
DColorManager.h40 GsInterfaceType* getDisplayColorInterface() { return mDevice->getDisplayColorInterface(); } in getDisplayColorInterface() function
/hardware/google/graphics/gs101/libhwc2.1/libexternaldisplay/
DExynosExternalDisplayModule.h58 GsInterfaceType* getDisplayColorInterface() { in getDisplayColorInterface() function
59 return mColorManager->getDisplayColorInterface(); in getDisplayColorInterface()
DExynosExternalDisplayModule.cpp110 GsInterfaceType* displayColorInterface = getDisplayColorInterface(); in deliverWinConfigData()
/hardware/google/graphics/gs101/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplayModule.h123 GsInterfaceType* displayColorInterface = getDisplayColorInterface(); in checkRrCompensationEnabled()
140 GsInterfaceType* displayColorInterface = getDisplayColorInterface(); in hasDisplayColor()
186 GsInterfaceType* getDisplayColorInterface() { in getDisplayColorInterface() function
188 return device->getDisplayColorInterface(); in getDisplayColorInterface()
DExynosPrimaryDisplayModule.cpp153 GsInterfaceType* displayColorInterface = getDisplayColorInterface(); in getClientTargetProperty()
181 auto displayColorInterface = getDisplayColorInterface(); in updateBrightnessTable()
204 GsInterfaceType* displayColorInterface = getDisplayColorInterface(); in deliverWinConfigData()
245 GsInterfaceType* displayColorInterface = getDisplayColorInterface(); in updatePresentColorConversionInfo()
274 GsInterfaceType* displayColorInterface = getDisplayColorInterface(); in getColorAdjustedDbv()
539 auto displayColorInterface = getDisplayColorInterface(); in getPanelCalibrationStatus()
/hardware/google/graphics/gs101/libhwc2.1/libdevice/
DExynosDeviceModule.h34 GsInterfaceType* getDisplayColorInterface() { return mDisplayColorInterface; } in getDisplayColorInterface() function
/hardware/google/graphics/gs101/libhwc2.1/libresource/
DExynosMPPModule.cpp57 if (!colorManager->getDisplayColorInterface()) { in setColorConversionInfo()