am 7124b707: am 69f48b86: [AU]Buganizer ID: 17182487, sprout audio HAL should mute all audio output with property ro.audio.silent set to true

* commit '7124b707bb87d000997fd6705d8596a42d803b5e':
  [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:35:33 +00:00 committed by Android Git Automerger
commit 9fc9bed9cb

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,