commit | f73b21dd6ef347a4a4911729f3d66bc681ee23aa | [log] [tgz] |
---|---|---|
author | Mikhail Naganov <mnaganov@google.com> | Mon Oct 03 22:11:30 2022 +0000 |
committer | Mikhail Naganov <mnaganov@google.com> | Mon Oct 03 22:11:30 2022 +0000 |
tree | 149b8ad4bfacfedc9ffe3d841598691b43a2c7d7 | |
parent | 0529d28091a3f11ed210197aee1350130bc97ecc [diff] |
audio: Provide boxed types for remaining primitive types Add Boolean, Byte, Double, Float, Long parcelables that wrap the corresponding primitive type. This is similar to the already existing Int type. Boxed types can be made @nullable, passed as 'inout' parameters, etc. Bug: 205884982 Test: m Change-Id: I0328f0b3a37835bf1f320fc35156c078a42ca067