Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.cpp481 std::vector<std::pair<hwc2_display_t, int>> pendingHotplugs; in registerCallback() local
506 pendingHotplugs.emplace_back(mHwc1DisplayMap[HWC_DISPLAY_PRIMARY], in registerCallback()
518 pendingHotplugs.emplace_back(displayId, connected); in registerCallback()
537 if (!pendingHotplugs.empty()) { in registerCallback()
539 for (auto& pendingHotplug : pendingHotplugs) { in registerCallback()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp440 std::vector<std::pair<hwc2_display_t, int>> pendingHotplugs; in registerCallback() local
465 pendingHotplugs.emplace_back(mHwc1DisplayMap[HWC_DISPLAY_PRIMARY], in registerCallback()
477 pendingHotplugs.emplace_back(displayId, connected); in registerCallback()
496 if (!pendingHotplugs.empty()) { in registerCallback()
498 for (auto& pendingHotplug : pendingHotplugs) { in registerCallback()