commit | a35ddc23567284b8fb2e714522f229ba079029cc | [log] [tgz] |
---|---|---|
author | Oscar Azucena <oscarazu@google.com> | Mon Mar 29 20:29:53 2021 -0700 |
committer | Oscar Azucena <oscarazu@google.com> | Wed Mar 31 00:50:19 2021 -0700 |
tree | 3bbf41d936dfcb8864c3bd2fc0d7108dfa0fd0d4 | |
parent | 6ad0c4c39b9368f5a3e91e5fabb1473c4e7c81fb [diff] |
Added command to mute car volume group from shell Example command usage for zone 0 group 1. - To mute : set-mute-car-volume-group 0 1 mute - To unmute: set-mute-car-volume-group 0 1 unmute Bug: 175732252 Bug: 177251375 Test: adb shell dumpsys car_service set-mute-car-volume-group 0 1 mute Change-Id: I82df67e06ccd8fa322638c5481a327664f25cbbf
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.