Skip to content
Commit f4d7318b authored by Siarhei Vishniakou's avatar Siarhei Vishniakou
Browse files

Send input timeline from app to InputDispatcher

InputDispatcher will receive the timing information from the app. This
timing information will contain:

1) inputEventId : the input event id that corresponds to the current set
of times
2) gpuCompletedTime : the time at which gpu has finished processing the
frame and the buffer is getting sent from the app to surfaceflinger
3) presentTime : time time at which the frame was displayed

Bug: 169866723
Test: tested by printing the data that was passed
Test: atest InputEventSenderAndReceiverTest
Change-Id: I9bf38473d07c7bd4df3de6bc77b0173faa257f06
parent f57e4c9b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment