Searched refs:handlesPerDisplay (Results 1 – 1 of 1) sorted by relevance
108 std::unordered_map<int32_t, std::vector<sp<InputWindowHandle>>> handlesPerDisplay; in setInputWindows() local112 handlesPerDisplay.emplace(info.displayId, std::vector<sp<InputWindowHandle>>()); in setInputWindows()113 handlesPerDisplay[info.displayId].push_back(new BinderWindowHandle(info)); in setInputWindows()115 for (auto const& i : handlesPerDisplay) { in setInputWindows()