summaryrefslogtreecommitdiffstats
path: root/include/media/AudioSystem.h
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2014-11-06 18:07:23 -0800
committerEric Laurent <elaurent@google.com>2014-11-06 18:07:23 -0800
commita36060891425c4ce0621e40344ac473ec14924dd (patch)
treef098fd77fb7661b83e3c43f31aec6f30316f4f34 /include/media/AudioSystem.h
parent1cf9ad1abb599ce4057189e0db154cf00b4913f8 (diff)
downloadframeworks_av-a36060891425c4ce0621e40344ac473ec14924dd.zip
frameworks_av-a36060891425c4ce0621e40344ac473ec14924dd.tar.gz
frameworks_av-a36060891425c4ce0621e40344ac473ec14924dd.tar.bz2
AudioSystem: remove obsolete method.
Bug: 18067208. Change-Id: I9bbf9088485f5162c765ca504d9b784b956234c6
Diffstat (limited to 'include/media/AudioSystem.h')
-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);