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