Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/
DHWC2.cpp1753 mHwc1Ids.emplace(colorMode, id); in setHwc1Id()
1757 for (const auto& idPair : mHwc1Ids) { in hasHwc1Id()
1767 for (const auto& idPair : mHwc1Ids) { in getColorModeForHwc1Id()
1779 for (const auto& idPair : mHwc1Ids) { in getHwc1IdForColorMode()
1800 if (mHwc1Ids.count(otherColorMode) != 0) { in merge()
1802 "identical", mHwc1Ids.at(otherColorMode), in merge()
1803 other.mHwc1Ids.at(otherColorMode)); in merge()
1806 mHwc1Ids.emplace(otherColorMode, in merge()
1807 other.mHwc1Ids.at(otherColorMode)); in merge()
1813 for (const auto& idPair : mHwc1Ids) { in getColorModes()
[all …]
DHWC2.h327 std::unordered_map<android_color_mode_t, uint32_t> mHwc1Ids; variable