diff options
| author | 2011-02-04 13:54:26 -0800 | |
|---|---|---|
| committer | 2011-02-10 14:37:42 -0800 | |
| commit | 8b4b97a14ad9b5b982d8fe92755efabec8ad0076 (patch) | |
| tree | 1cf4a2979096202ccfe5ff7399b9d37bfaccc3dc /include/media/AudioSystem.h | |
| parent | 138a54cb20d8ba8253b404a76a53fe88f0d43963 (diff) | |
Bug 3352047 Wrong message when adjusting volume
Add hidden AudioManager.getDevicesForStream and output device codes.
Change-Id: I4d1c1d3b6a077cd117720817d1f733dda557b947
Diffstat (limited to 'include/media/AudioSystem.h')
| -rw-r--r-- | include/media/AudioSystem.h | 1 |
1 files changed, 1 insertions, 0 deletions
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, |