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