Searched refs:handlesPerDisplay (Results 1 – 4 of 4) sorted by relevance
107 std::unordered_map<int32_t, std::vector<sp<InputWindowHandle>>> handlesPerDisplay; in setInputWindows() local111 handlesPerDisplay.emplace(info.displayId, std::vector<sp<InputWindowHandle>>()); in setInputWindows()112 handlesPerDisplay[info.displayId].push_back(new BinderWindowHandle(info)); in setInputWindows()114 mDispatcher->setInputWindows(handlesPerDisplay); in setInputWindows()
109 handlesPerDisplay) = 0;
115 handlesPerDisplay) override;
3673 const std::unordered_map<int32_t, std::vector<sp<InputWindowHandle>>>& handlesPerDisplay) { in setInputWindows() argument3676 for (auto const& i : handlesPerDisplay) { in setInputWindows()