Lines Matching refs:mHwc1Ids
1684 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()
1794 for (const auto& id : mHwc1Ids) { in toString()