commit | 9d8f98c53fc3b07bd27760451b52f9a5fa1f383e | [log] [tgz] |
---|---|---|
author | Phil Burk <philburk@google.com> | Fri Mar 10 08:54:01 2017 -0800 |
committer | Phil Burk <philburk@google.com> | Fri Mar 10 09:37:27 2017 -0800 |
tree | 0c3f686206d710a5cd15ce22b7507ee2c4b324d8 | |
parent | 22fd9de35b387f1ed808f4fe6e0b87eac3e82690 [diff] |
AAudio: do not use enum types, use sized types This change was made at the request of the Native API Council. Note that this could cause short term ABI incompatibilities. But it will prevent long term incompatibilities. Note that it did not cause a problem on Pixel XL because the size of an enum was 4 bytes. So it matched the int32_t size. Bug: 36062325 Test: CTS test_aaudio.cpp Change-Id: I6bbabbdce78085716a641857ec42b0da09aaf766 Signed-off-by: Phil Burk <philburk@google.com>