commit | 045e710f8ce7ce1679b9b5f0adbd3290c4cc6f54 | [log] [tgz] |
---|---|---|
author | Hochi Huang <hochi.huang@mediatek.com> | Wed Dec 10 22:03:37 2014 +0800 |
committer | Leo Wang <leozwang@google.com> | Wed Dec 17 05:10:37 2014 +0000 |
tree | 200ec96de2053f8733f4ba26639b3457df444a70 | |
parent | 184e63ffcdd5654eb8e132346d2736dc9a9c7b01 [diff] |
[FM] Fix notification routing when FM enable https://partner-android-review.git.corp.google.com/#/c/188454/ Bug: 18727227 Change-Id: I74856ede5999cfc8a6932a99855d468cccd6f51c Signed-off-by: Hochi Huang <hochi.huang@mediatek.com>
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 @@ 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;