summaryrefslogtreecommitdiffstats
path: root/services/audiopolicy
diff options
context:
space:
mode:
authorHochi Huang <hochi.huang@mediatek.com>2014-12-10 22:03:37 +0800
committerLeo Wang <leozwang@google.com>2014-12-17 05:10:37 +0000
commit045e710f8ce7ce1679b9b5f0adbd3290c4cc6f54 (patch)
tree200ec96de2053f8733f4ba26639b3457df444a70 /services/audiopolicy
parent184e63ffcdd5654eb8e132346d2736dc9a9c7b01 (diff)
downloadframeworks_av-045e710f8ce7ce1679b9b5f0adbd3290c4cc6f54.zip
frameworks_av-045e710f8ce7ce1679b9b5f0adbd3290c4cc6f54.tar.gz
frameworks_av-045e710f8ce7ce1679b9b5f0adbd3290c4cc6f54.tar.bz2
[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>
Diffstat (limited to 'services/audiopolicy')
-rw-r--r--services/audiopolicy/AudioPolicyManager.h4
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;