Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 82b4a9ed authored by Jeff Brown's avatar Jeff Brown Committed by Android Git Automerger
Browse files

am 00144745: Merge "Make the throttling more sensitive to end-to-end latency." into gingerbread

Merge commit '0014474569b8bb237f00fa692ab173678bff619e' into gingerbread-plus-aosp

* commit '0014474569b8bb237f00fa692ab173678bff619e':
  Make the throttling more sensitive to end-to-end latency.
parents 8807ecb3 2008e3ef
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -201,7 +201,8 @@ void InputDispatcher::dispatchOnce() {
                    }
#endif

                    mThrottleState.lastEventTime = currentTime;
                    mThrottleState.lastEventTime = entry->eventTime < currentTime
                            ? entry->eventTime : currentTime;
                    mThrottleState.lastDeviceId = deviceId;
                    mThrottleState.lastSource = source;
                }