Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputManager.cpp108 std::unordered_map<int32_t, std::vector<sp<InputWindowHandle>>> handlesPerDisplay; in setInputWindows() local
112 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()