diff options
author | Jesse Hall <jessehall@google.com> | 2012-11-19 10:53:26 -0800 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2013-02-07 22:01:19 +0000 |
commit | 62af9551c90cde9107a3a705e1b495901bcb88f9 (patch) | |
tree | 70a0ff5a1728f3afd3769b5b22e69daa3ff3d55f /tools/aidl | |
parent | 190fd9aecae650ace2213fdb17a647b2f5a4aa5f (diff) | |
download | frameworks_base-62af9551c90cde9107a3a705e1b495901bcb88f9.zip frameworks_base-62af9551c90cde9107a3a705e1b495901bcb88f9.tar.gz frameworks_base-62af9551c90cde9107a3a705e1b495901bcb88f9.tar.bz2 |
Process all display events in order
Display events in each batch received from IPC were being processed in
reverse order, and stopped after the first vsync event (latest
chronologically) was handled. This makes perfect sense for vsync
events, but is broken for hotplug events.
Now we process them all in order, handling all except vsync as we see
them. For vsync events, only the last is reported.
Bug: 7491120
Change-Id: I448d139d21dc27128d75ca1d661de666fff51bcb
Diffstat (limited to 'tools/aidl')
0 files changed, 0 insertions, 0 deletions