diff options
author | Hochi Huang <hochi.huang@mediatek.com> | 2014-10-28 20:30:02 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-10-28 20:30:02 +0000 |
commit | 7124b707bb87d000997fd6705d8596a42d803b5e (patch) | |
tree | 449cff68c021d6155d7da0b32b080ac3a17800b0 | |
parent | 1d9e2d64b843247238bb6a68140a4b2cb3cbb7ea (diff) | |
parent | 69f48b86d78ac8968ccafc6287eed3079f1cb56e (diff) | |
download | hardware_libhardware_legacy-7124b707bb87d000997fd6705d8596a42d803b5e.zip hardware_libhardware_legacy-7124b707bb87d000997fd6705d8596a42d803b5e.tar.gz hardware_libhardware_legacy-7124b707bb87d000997fd6705d8596a42d803b5e.tar.bz2 |
am 69f48b86: [AU]Buganizer ID: 17182487, sprout audio HAL should mute all audio output with property ro.audio.silent set to true
* commit '69f48b86d78ac8968ccafc6287eed3079f1cb56e':
[AU]Buganizer ID: 17182487, sprout audio HAL should mute all audio output with property ro.audio.silent set to true
-rw-r--r-- | include/hardware_legacy/AudioHardwareInterface.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hardware_legacy/AudioHardwareInterface.h b/include/hardware_legacy/AudioHardwareInterface.h index 7d34aaa..6328063 100644 --- a/include/hardware_legacy/AudioHardwareInterface.h +++ b/include/hardware_legacy/AudioHardwareInterface.h @@ -279,6 +279,8 @@ public: /**This method dumps the state of the audio hardware */ virtual status_t dumpState(int fd, const Vector<String16>& args) = 0; + virtual status_t setMasterMute(bool muted) = 0; + static AudioHardwareInterface* create(); virtual int createAudioPatch(unsigned int num_sources, |