commit | d2c46f4c5f3ea94e713af3ec7f2a85801fe5d75c | [log] [tgz] |
---|---|---|
author | Quang Luong <qal@google.com> | Thu Apr 14 09:55:01 2022 -0700 |
committer | Quang Luong <qal@google.com> | Thu Apr 14 10:34:59 2022 -0700 |
tree | 9373b1609a7718f3e518822aaec5eb036af3d55e | |
parent | d79a5e25bfd0f59dd0c6fc46e5e81622953fad3f [diff] |
Make HDM RequestorWsPriority values ascending with priority RequestorWsPriority currently encodes low priority with high int values, and high priority with low int values. This can lead to confusion when comparing priority values, thus we should reverse the int values and have high priority be encoded with high int values, and low priority encoded with low int values. Bug: 219530168 Test: atest HalDeviceManagerTest Change-Id: I983c63ab538bb16dbe5a6e610aff30d69d016cc4