commit | 06e4bab5451f1594d6843fc3af698bf8b4c1047e | [log] [tgz] |
---|---|---|
author | jiabin <jiabin@google.com> | Mon Jul 29 10:13:34 2019 -0700 |
committer | jiabin <jiabin@google.com> | Wed Aug 07 14:36:18 2019 -0700 |
tree | 2eeec151cc1285a8707bfcaf73582fee9ffc69dd | |
parent | 433e8a2730ce7280beb2ce49f42f41f9401ad6e4 [diff] |
Use standard containers for audio stuff in audio framework 1. Add SampleRateSet, FormatSet, ChannelMaskSet, FormatVector using std::vector and std::set in libaudiofoundation. 2. Use SampleRateSet, FormatSet, ChannelMaskSet, FormatVector in audio framework. Bug: 135621476 Test: make, CTS for AudioRecord, AudioTrack, AudioManagerTest Test: play and record audio Change-Id: Ic04e637bcc6ba9df84c5e7561ec3c03f18a7d242