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
This commit is contained in:
Hochi Huang 2014-10-28 20:30:02 +00:00 committed by Android Git Automerger
commit 7124b707bb

View file

@ -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,