Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputManager.cpp107 std::unordered_map<int32_t, std::vector<sp<InputWindowHandle>>> handlesPerDisplay; in setInputWindows() local
111 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()
/frameworks/native/services/inputflinger/dispatcher/include/
DInputDispatcherInterface.h109 handlesPerDisplay) = 0;
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h115 handlesPerDisplay) override;
DInputDispatcher.cpp3673 const std::unordered_map<int32_t, std::vector<sp<InputWindowHandle>>>& handlesPerDisplay) { in setInputWindows() argument
3676 for (auto const& i : handlesPerDisplay) { in setInputWindows()