From 8b4b97a14ad9b5b982d8fe92755efabec8ad0076 Mon Sep 17 00:00:00 2001 From: Glenn Kasten Date: Fri, 4 Feb 2011 13:54:26 -0800 Subject: Bug 3352047 Wrong message when adjusting volume Add hidden AudioManager.getDevicesForStream and output device codes. Change-Id: I4d1c1d3b6a077cd117720817d1f733dda557b947 --- include/media/AudioSystem.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/media/AudioSystem.h') diff --git a/include/media/AudioSystem.h b/include/media/AudioSystem.h index 03f894404a17..2dc4beb74d53 100644 --- a/include/media/AudioSystem.h +++ b/include/media/AudioSystem.h @@ -392,6 +392,7 @@ public: static status_t getStreamVolumeIndex(stream_type stream, int *index); static uint32_t getStrategyForStream(stream_type stream); + static uint32_t getDevicesForStream(stream_type stream); static audio_io_handle_t getOutputForEffect(effect_descriptor_t *desc); static status_t registerEffect(effect_descriptor_t *desc, -- cgit v1.2.3-59-g8ed1b