Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.cpp1684 mHwc1Ids.emplace(colorMode, id); in setHwc1Id()
1689 for (const auto& idPair : mHwc1Ids) { in hasHwc1Id()
1700 for (const auto& idPair : mHwc1Ids) { in getColorModeForHwc1Id()
1713 for (const auto& idPair : mHwc1Ids) { in getHwc1IdForColorMode()
1735 if (mHwc1Ids.count(otherColorMode) != 0) { in merge()
1737 "identical", mHwc1Ids.at(otherColorMode), in merge()
1738 other.mHwc1Ids.at(otherColorMode)); in merge()
1741 mHwc1Ids.emplace(otherColorMode, in merge()
1742 other.mHwc1Ids.at(otherColorMode)); in merge()
1749 for (const auto& idPair : mHwc1Ids) { in getColorModes()
[all …]
DHWC2On1Adapter.h286 std::unordered_map<android_color_mode_t, uint32_t> mHwc1Ids; variable
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp1597 mHwc1Ids.emplace(colorMode, id); in setHwc1Id()
1601 for (const auto& idPair : mHwc1Ids) { in hasHwc1Id()
1611 for (const auto& idPair : mHwc1Ids) { in getColorModeForHwc1Id()
1623 for (const auto& idPair : mHwc1Ids) { in getHwc1IdForColorMode()
1644 if (mHwc1Ids.count(otherColorMode) != 0) { in merge()
1646 "identical", mHwc1Ids.at(otherColorMode), in merge()
1647 other.mHwc1Ids.at(otherColorMode)); in merge()
1650 mHwc1Ids.emplace(otherColorMode, in merge()
1651 other.mHwc1Ids.at(otherColorMode)); in merge()
1657 for (const auto& idPair : mHwc1Ids) { in getColorModes()
[all …]
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
DHWC2On1Adapter.h322 std::unordered_map<android_color_mode_t, uint32_t> mHwc1Ids; variable