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/service/AudioPolicyInterfaceImplLegacy.cpp b/services/audiopolicy/service/AudioPolicyInterfaceImplLegacy.cpp index 13af3ef..08b2a3b 100644 --- a/services/audiopolicy/service/AudioPolicyInterfaceImplLegacy.cpp +++ b/services/audiopolicy/service/AudioPolicyInterfaceImplLegacy.cpp
@@ -619,4 +619,14 @@ return INVALID_OPERATION; } +status_t AudioPolicyService::setMasterMono(bool mono) +{ + return INVALID_OPERATION; +} + +status_t AudioPolicyService::getMasterMono(bool *mono) +{ + return INVALID_OPERATION; +} + }; // namespace android