Home
last modified time | relevance | path

Searched refs:pendingHotplugs (Results 1 – 1 of 1) 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()