summaryrefslogtreecommitdiff
path: root/services/inputflinger/reader/controller/PeripheralController.cpp
AgeCommit message (Collapse)Author
2021-06-29Renamed and moved InputWindow and related fileschaviw
In preparation for the hierarchy listener interface, moved the InputWindow structs into libgui and have libinput dependant on libgui. Also renamed InputWindow to exclude Input since it will be used for more generic purposes. Test: Builds and flashes Bug: 188792659 Change-Id: I24262cbc14d409c00273de0024a672394a959e5f Merged-In: I24262cbc14d409c00273de0024a672394a959e5f
2021-05-16Change native lights to be consistent with java API.Chris Ye
Change native lights type to match java API light types. Bug: 181743615 Test: atest InputDeviceLightsManagerTest, atest LightsManagerTest, atest android.hardware.input.cts.tests Change-Id: I45fe0489fdc070bb4057f4bea061f0cbeacad0de
2021-04-06Refactor InputController into PeripheralController.Chris Ye
Rename the InputController and related class to PeripheralController, and rename MiscDevice to AssociatedDevice to better reflect the behavior of these hardwares. Bug: 13831915 Test: atest inputflinger_tests Change-Id: Ib61f7f6cc4fe616d08afc29bf1f1e08c1c9f565d