commit | c9d3b7b9d66f587cb99ca5a4c8946f78194d2a0d | [log] [tgz] |
---|---|---|
author | Sarah Chin <sarahchin@google.com> | Thu Dec 23 16:41:58 2021 -0800 |
committer | Sarah Chin <sarahchin@google.com> | Wed Jan 05 14:28:57 2022 -0800 |
tree | 32a441b9bcc2932dd24b1288c43f0618894ac972 | |
parent | bf3f93bbf4a7e4a51ca409504620b0cef902a3d0 [diff] |
Convert hidl_bitfield and bitfield to int The previous API surface replaced bitfields of enums with the enum, which only allows one value at a time. Instead of using the enum, replace with int instead. Test: build Bug: 210712359 Change-Id: I2963200311494718ae89af8deade0b1dd41354f8 Merged-In: I2963200311494718ae89af8deade0b1dd41354f8