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

/frameworks/native/libs/hwc2on1adapter/
H A DHWC2On1Adapter.cpp1589 mHwc1Ids.emplace(colorMode, id);
1593 for (const auto& idPair : mHwc1Ids) {
1603 for (const auto& idPair : mHwc1Ids) {
1615 for (const auto& idPair : mHwc1Ids) {
1636 if (mHwc1Ids.count(otherColorMode) != 0) {
1638 "identical", mHwc1Ids.at(otherColorMode),
1639 other.mHwc1Ids.at(otherColorMode));
1642 mHwc1Ids.emplace(otherColorMode,
1643 other.mHwc1Ids.at(otherColorMode));
1649 for (const auto& idPair : mHwc1Ids) {
[all...]
/frameworks/native/libs/hwc2on1adapter/include/hwc2on1adapter/
H A DHWC2On1Adapter.h322 std::unordered_map<android_color_mode_t, uint32_t> mHwc1Ids; member in class:android::HWC2On1Adapter::Display::Config

Completed in 30 milliseconds