commit | eb4dbf1a11065b6e8f8e0c75eff55f9e69eff342 | [log] [tgz] |
---|---|---|
author | Oscar Azucena <oscarazu@google.com> | Tue Mar 16 15:58:40 2021 -0700 |
committer | Oscar Azucena <oscarazu@google.com> | Wed Mar 17 20:21:45 2021 -0700 |
tree | 480a5db056dfa08deaa63dc48190ee417e597d64 | |
parent | 0679a4dc1ca8d2ff42b6d0874c900c74e136ac7b [diff] |
Connected group muting for car audio service and HAL Connected car volume group muting for car audio service and car audio control HAL. This way the group muting signals can be sent to the audio control HAL. Also modified unit test to make sure the audio control wrapper is called accordingly. Bug: 175732501 Test: atest CarVolumeGroupMutingTest AtsAudioDeviceTest Change-Id: Iaed70383bc83c0c1a3fed7d2ac8b9b11c58e18f5
Native (C++) code format is required to be compatible with .clang-format file. Run
git clang-format --style=file --extension='h,cpp,cc' HEAD~
Note that clang-format is not desirable for Android java files. Therefore the command line above is limited to specific extensions.