Home
last modified time | relevance | path

Searched refs:getDcDisplayType (Results 1 – 7 of 7) sorted by relevance

/hardware/google/graphics/gs101/libhwc2.1/libcolormanager/
DColorManager.cpp30 const DisplayType display = mExynosDisplay->getDcDisplayType(); in getColorModes()
62 const DisplayType display = mExynosDisplay->getDcDisplayType(); in setColorMode()
83 const DisplayType display = mExynosDisplay->getDcDisplayType(); in getRenderIntents()
116 const DisplayType display = mExynosDisplay->getDcDisplayType(); in setColorModeWithRenderIntent()
175 const DisplayType display = mExynosDisplay->getDcDisplayType(); in hasDppForLayer()
188 const DisplayType display = mExynosDisplay->getDcDisplayType(); in getDppForLayer()
201 return displayColorInterface->GetPipelineData(mExynosDisplay->getDcDisplayType())->Dqe(); in getDqe()
303 const DisplayType display = mExynosDisplay->getDcDisplayType(); in updateColorConversionInfo()
/hardware/google/graphics/gs101/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplayModule.cpp159 const DisplayType display = getDcDisplayType(); in getClientTargetProperty()
187 auto displayType = getDcDisplayType(); in updateBrightnessTable()
263 const DisplayType display = getDcDisplayType(); in updatePresentColorConversionInfo()
279 const DisplayType display = getDcDisplayType(); in getColorAdjustedDbv()
544 auto displayType = getDcDisplayType(); in getPanelCalibrationStatus()
DExynosPrimaryDisplayModule.h122 const DisplayType display = getDcDisplayType(); in checkRrCompensationEnabled()
/hardware/google/graphics/common/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplay.h116 return getPanelSysfsPath(getDcDisplayType()); in getPanelSysfsPath()
DExynosPrimaryDisplay.cpp133 DisplayType displayType = getDcDisplayType();
278 if (getDcDisplayType() == DisplayType::DISPLAY_SECONDARY &&
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.h1361 displaycolor::DisplayType getDcDisplayType() const;
DExynosDisplay.cpp6972 displaycolor::DisplayType ExynosDisplay::getDcDisplayType() const { in getDcDisplayType() function in ExynosDisplay