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:
commit
9fc9bed9cb
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue