commit | b9b5df3ce5a65a38b7b063979291b7d884211b5e | [log] [tgz] |
---|---|---|
author | Ady Abraham <adyabr@google.com> | Wed Dec 22 20:09:17 2021 -0800 |
committer | Ady Abraham <adyabr@google.com> | Wed Dec 22 21:58:57 2021 -0800 |
tree | ec9ed6f4160466816d6a7ccca43fb0155d209c12 | |
parent | 3b417508d8c78bbd4ecc45dc62aab667773fcdfa [diff] |
composer: make PresentOrValidate.Result consistent with hidl HIDL expects that Presented will be 1 and Validated witll be 0. Even though we map the enum values of PresentOrValidate.Result to the correct value, this CL makes the interface consistent with the HIDL so that we can directly use the enum value. Bug: 208856704 Test: VTS Change-Id: I9fb2421e32c2288c5495422eda6764f6102337f0