summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2014-11-07 18:53:46 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-11-07 18:53:46 +0000
commitcaf27abc62e15abc628c04183d3188728fe98990 (patch)
treeb6c08df8ea79f9cdaf4c11d4810790730c6c752b /include
parent0b084690da39cea6ce42a3d3df7e4ba74f46985c (diff)
parent7e88fac080e3bb1cdc95667f82727ea6c19fb173 (diff)
downloadframeworks_av-caf27abc62e15abc628c04183d3188728fe98990.zip
frameworks_av-caf27abc62e15abc628c04183d3188728fe98990.tar.gz
frameworks_av-caf27abc62e15abc628c04183d3188728fe98990.tar.bz2
am 7e88fac0: Merge "AudioSystem: remove obsolete method." into lmp-mr1-dev automerge: c339a92
* commit '7e88fac080e3bb1cdc95667f82727ea6c19fb173': AudioSystem: remove obsolete method.
Diffstat (limited to 'include')
-rw-r--r--include/media/AudioSystem.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/media/AudioSystem.h b/include/media/AudioSystem.h
index f8c0198..6f46f9e 100644
--- a/include/media/AudioSystem.h
+++ b/include/media/AudioSystem.h
@@ -116,8 +116,6 @@ public:
static status_t getLatency(audio_io_handle_t output,
uint32_t* latency);
- static bool routedToA2dpOutput(audio_stream_type_t streamType);
-
// return status NO_ERROR implies *buffSize > 0
static status_t getInputBufferSize(uint32_t sampleRate, audio_format_t format,
audio_channel_mask_t channelMask, size_t* buffSize);