commit | 2ddee19245641e86bca436dda23a0f5089bf2ab5 | [log] [tgz] |
---|---|---|
author | Andy Hung <hunga@google.com> | Fri Dec 18 17:34:44 2015 -0800 |
committer | Andy Hung <hunga@google.com> | Fri Jan 08 14:09:31 2016 -0800 |
tree | ee665bb2097db2710211eb1d834510201b02ab59 | |
parent | df9e6aaf716279baf0e27b99acf10005924245ed [diff] [blame] |
Add setMasterMono and getMasterMono Bug: 15283594 Bug: 22700363 Change-Id: I32dc1fcecf285967a61bd508af3bb299595db57d
diff --git a/services/audiopolicy/AudioPolicyInterface.h b/services/audiopolicy/AudioPolicyInterface.h index 7cf44dc..c4dee5a 100644 --- a/services/audiopolicy/AudioPolicyInterface.h +++ b/services/audiopolicy/AudioPolicyInterface.h
@@ -228,6 +228,9 @@ audio_io_handle_t *handle, uid_t uid) = 0; virtual status_t stopAudioSource(audio_io_handle_t handle) = 0; + + virtual status_t setMasterMono(bool mono) = 0; + virtual status_t getMasterMono(bool *mono) = 0; };