From 045e710f8ce7ce1679b9b5f0adbd3290c4cc6f54 Mon Sep 17 00:00:00 2001 From: Hochi Huang Date: Wed, 10 Dec 2014 22:03:37 +0800 Subject: [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 --- services/audiopolicy/AudioPolicyManager.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'services/audiopolicy/AudioPolicyManager.h') 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& patch); - status_t removeAudioPatch(audio_patch_handle_t handle); + virtual status_t removeAudioPatch(audio_patch_handle_t handle); sp getOutputFromId(audio_port_handle_t id) const; sp getInputFromId(audio_port_handle_t id) const; -- cgit v1.1