diff options
author | Hochi Huang <hochi.huang@mediatek.com> | 2014-12-17 06:23:31 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-12-17 06:23:31 +0000 |
commit | 3af7b7291bcd9b1b30dd11a8bedbdc63cc74b5a9 (patch) | |
tree | a022ec495575b9324f613f580ba7374e490bb2c7 /services/audiopolicy | |
parent | 3feb7bd0670b6e85d6eec25309d8606a99f1af31 (diff) | |
parent | 7ca332ab8d7329598386acc1f50c43fc59952210 (diff) | |
download | frameworks_av-3af7b7291bcd9b1b30dd11a8bedbdc63cc74b5a9.zip frameworks_av-3af7b7291bcd9b1b30dd11a8bedbdc63cc74b5a9.tar.gz frameworks_av-3af7b7291bcd9b1b30dd11a8bedbdc63cc74b5a9.tar.bz2 |
am 7ca332ab: am 045e710f: [FM] Fix notification routing when FM enable
* commit '7ca332ab8d7329598386acc1f50c43fc59952210':
[FM] Fix notification routing when FM enable
Diffstat (limited to 'services/audiopolicy')
-rw-r--r-- | services/audiopolicy/AudioPolicyManager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/services/audiopolicy/AudioPolicyManager.h b/services/audiopolicy/AudioPolicyManager.h index ff3afab..e9eac19 100644 --- a/services/audiopolicy/AudioPolicyManager.h +++ b/services/audiopolicy/AudioPolicyManager.h @@ -762,9 +762,9 @@ protected: bool isNonOffloadableEffectEnabled(); - status_t addAudioPatch(audio_patch_handle_t handle, + virtual status_t addAudioPatch(audio_patch_handle_t handle, const sp<AudioPatch>& patch); - status_t removeAudioPatch(audio_patch_handle_t handle); + virtual status_t removeAudioPatch(audio_patch_handle_t handle); sp<AudioOutputDescriptor> getOutputFromId(audio_port_handle_t id) const; sp<AudioInputDescriptor> getInputFromId(audio_port_handle_t id) const; |