Searched refs:displayType (Results 1 – 5 of 5) sorted by relevance
187 auto displayType = getDcDisplayType(); in updateBrightnessTable() local188 auto ret = displayColorInterface->GetBrightnessTable(displayType, table); in updateBrightnessTable()544 auto displayType = getDcDisplayType(); in getPanelCalibrationStatus() local545 auto calibrationInfo = displayColorInterface->GetCalibrationInfo(displayType); in getPanelCalibrationStatus()
331 void captureScreenWithReadback(uint32_t displayType);
133 DisplayType displayType = getDcDisplayType(); local135 if (displayType == DisplayType::DISPLAY_PRIMARY) {137 } else if (displayType == DisplayType::DISPLAY_EXTERNAL) {141 else if (displayType == DisplayType::DISPLAY_SECONDARY) {
620 constexpr uint32_t getDisplayId(int32_t displayType, int32_t displayIndex) { in getDisplayId() argument621 return (displayType << DISPLAYID_MASK_LEN) | displayIndex; in getDisplayId()
663 int32_t reserveMPP(int32_t displayType = -1);