commit | 1ba71cce6f2889bec7b50defc14cf6cac63a3b86 | [log] [tgz] |
---|---|---|
author | Christine Franks <christyfranks@google.com> | Wed Apr 07 14:37:42 2021 -0700 |
committer | Christine Franks <christyfranks@google.com> | Tue Apr 20 15:04:39 2021 -0700 |
tree | da249e1a45d7870efe05899e0e38810564529311 | |
parent | 8514c8e0a39f6d542e90aee2200dec8855590cb8 [diff] [blame] |
Add dynamic display id associations for keyboards Bug: 184615313 Test: atest -a inputflinger_tests and atest -a libinput_tests Change-Id: I96eb6af186e001ff37d90db2436c7d60a269d4bf
diff --git a/services/inputflinger/reader/include/InputDevice.h b/services/inputflinger/reader/include/InputDevice.h index b2b23e5..291f105 100644 --- a/services/inputflinger/reader/include/InputDevice.h +++ b/services/inputflinger/reader/include/InputDevice.h
@@ -169,6 +169,7 @@ uint32_t mSources; bool mIsExternal; std::optional<uint8_t> mAssociatedDisplayPort; + std::optional<std::string> mAssociatedDisplayUniqueId; std::optional<DisplayViewport> mAssociatedViewport; bool mHasMic; bool mDropUntilNextSync;