commit | 6a02d53b76d0a3ccb234a3e3d56318883cadd733 | [log] [tgz] |
---|---|---|
author | jiabin <jiabin@google.com> | Fri Aug 07 11:56:38 2020 -0700 |
committer | jiabin <jiabin@google.com> | Wed Aug 12 11:24:46 2020 -0700 |
tree | 4bd9652fccb6530787e8a25292aeb81c1d93c612 | |
parent | 1d2a159395df0767ecb2320aff4dd4db3d26e6b2 [diff] |
Use AudioDeviceTypeAddrVector instead of Vector<AudioDeviceTypeAddr> AudioDeviceTypeAddrVector is std::vector<AudioDeviceTypeAddr>. In that case, it is not needed to use Vector<AudioDeviceTypeAddr>. It is also suggested to use the std::vector instead of Vector. Test: atest AudioHostTest Test: atest AudioServiceHostTest Test: atest audiopolicy_tests Bug: 160352965 Change-Id: Ibcd91fcba95c53e3c172ae62fc6f30e70509de51