summaryrefslogtreecommitdiff
path: root/libs/input/InputConsumerNoResampling.cpp
AgeCommit message (Expand)Author
2025-03-21Add a unit test for receiving 'finish' message after channel close Siarhei Vishniakou
2025-01-29Move external MultiTouch test into InputMapperUnitTest Siarhei Vishniakou
2024-11-25Do not crash when server channel has closed Siarhei Vishniakou
2024-11-12Merge "Remove callback at the end of consumer destructor" into main Treehugger Robot
2024-10-25Do not resample when frameTime is not available Paul Ramirez
2024-10-22Remove callback at the end of consumer destructor Siarhei Vishniakou
2024-10-11Do not invoke callbacks when InputConsumer is destroyed Siarhei Vishniakou
2024-09-26Add multiple device resampling support to InputConsumerNoResampling with tests Paul Ramirez
2024-09-20Update InputConsumer_test.cpp to use getFdStateDebug Paul Ramirez
2024-09-20Add current device consumption to InputConsumerNoResampling Paul Ramirez
2024-09-19Fix batching logic in InputConsumerNoResampling.cpp Paul Ramirez
2024-09-10Create TestInputChannel and TestLooper to better test InputConsumerNoResampling Paul Ramirez
2024-08-05Add resampling to InputConsumerNoResampling Paul Ramirez
2024-07-18Update MotionEvent's id when a new sample is added. jioana
2024-07-17Move batching logic from consumeBatchedInputEvents Paul Ramirez
2024-06-26Return message wrapped in Result from receiveMessage Paul Ramirez
2024-05-09Use a strongly typed LogicalDisplayId for displayId(2/n) Linnan Li
2024-03-27Add the name of channel receiving bad data Siarhei Vishniakou
2024-03-15Send events wrapped in unique_ptr to InputConsumerCallbacks Siarhei Vishniakou
2024-03-15Add InputConsumerNoResampling, which is a rewrite of InputConsumer Siarhei Vishniakou