summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioPolicyService.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2011-02-04 13:54:26 -0800
committerGlenn Kasten <gkasten@google.com>2011-02-10 14:37:42 -0800
commit6b2718c67aa7b1a8e3b0f25a73a0d5f72c59ffc3 (patch)
tree4f2fb8a9f016de59ddb591ade3e6851a74b6de3a /services/audioflinger/AudioPolicyService.h
parentfcac8fa9421f442f024018628a6042d7a14fbfb0 (diff)
downloadframeworks_av-6b2718c67aa7b1a8e3b0f25a73a0d5f72c59ffc3.zip
frameworks_av-6b2718c67aa7b1a8e3b0f25a73a0d5f72c59ffc3.tar.gz
frameworks_av-6b2718c67aa7b1a8e3b0f25a73a0d5f72c59ffc3.tar.bz2
Bug 3352047 Wrong message when adjusting volume
Add hidden AudioManager.getDevicesForStream and output device codes. Change-Id: I4d1c1d3b6a077cd117720817d1f733dda557b947
Diffstat (limited to 'services/audioflinger/AudioPolicyService.h')
-rw-r--r--services/audioflinger/AudioPolicyService.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/audioflinger/AudioPolicyService.h b/services/audioflinger/AudioPolicyService.h
index 4749b8b..faad893 100644
--- a/services/audioflinger/AudioPolicyService.h
+++ b/services/audioflinger/AudioPolicyService.h
@@ -86,6 +86,7 @@ public:
virtual status_t getStreamVolumeIndex(AudioSystem::stream_type stream, int *index);
virtual uint32_t getStrategyForStream(AudioSystem::stream_type stream);
+ virtual uint32_t getDevicesForStream(AudioSystem::stream_type stream);
virtual audio_io_handle_t getOutputForEffect(effect_descriptor_t *desc);
virtual status_t registerEffect(effect_descriptor_t *desc,