Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp7028 std::unordered_map<ui::LogicalDisplayId, std::vector<sp<WindowInfoHandle>>> handlesPerDisplay; in onWindowInfosChanged() local
7030 handlesPerDisplay.emplace(info.displayId, std::vector<sp<WindowInfoHandle>>()); in onWindowInfosChanged()
7031 handlesPerDisplay[info.displayId].push_back(sp<WindowInfoHandle>::make(info)); in onWindowInfosChanged()
7040 handlesPerDisplay[displayId]; in onWindowInfosChanged()
7048 for (const auto& [displayId, handles] : handlesPerDisplay) { in onWindowInfosChanged()