Home
last modified time | relevance | path

Searched refs:displayType (Results 1 – 5 of 5) sorted by relevance

/hardware/google/graphics/gs101/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplayModule.cpp187 auto displayType = getDcDisplayType(); in updateBrightnessTable() local
188 auto ret = displayColorInterface->GetBrightnessTable(displayType, table); in updateBrightnessTable()
544 auto displayType = getDcDisplayType(); in getPanelCalibrationStatus() local
545 auto calibrationInfo = displayColorInterface->GetCalibrationInfo(displayType); in getPanelCalibrationStatus()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.h331 void captureScreenWithReadback(uint32_t displayType);
/hardware/google/graphics/common/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplay.cpp133 DisplayType displayType = getDcDisplayType(); local
135 if (displayType == DisplayType::DISPLAY_PRIMARY) {
137 } else if (displayType == DisplayType::DISPLAY_EXTERNAL) {
141 else if (displayType == DisplayType::DISPLAY_SECONDARY) {
/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.h620 constexpr uint32_t getDisplayId(int32_t displayType, int32_t displayIndex) { in getDisplayId() argument
621 return (displayType << DISPLAYID_MASK_LEN) | displayIndex; in getDisplayId()
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.h663 int32_t reserveMPP(int32_t displayType = -1);