Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/
DHWC2.cpp462 std::vector<std::pair<hwc2_display_t, int>> pendingHotplugs; in registerCallback() local
487 pendingHotplugs.emplace_back(mHwc1DisplayMap[HWC_DISPLAY_PRIMARY], in registerCallback()
499 pendingHotplugs.emplace_back(displayId, connected); in registerCallback()
518 if (!pendingHotplugs.empty()) { in registerCallback()
520 for (auto& pendingHotplug : pendingHotplugs) { in registerCallback()