summaryrefslogtreecommitdiffstats
path: root/include/media/AudioSystem.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-11-13 15:01:05 -0800
committerGlenn Kasten <gkasten@google.com>2012-11-13 15:54:20 -0800
commita552d6049ccf674b083d011ce7b8a443a9cd68a4 (patch)
treedffb6cd91f147c095a016c004353c68d049611e6 /include/media/AudioSystem.h
parent2d81f665461409f0c5d0be674a35a0aea63a4fc8 (diff)
downloadframeworks_av-a552d6049ccf674b083d011ce7b8a443a9cd68a4.zip
frameworks_av-a552d6049ccf674b083d011ce7b8a443a9cd68a4.tar.gz
frameworks_av-a552d6049ccf674b083d011ce7b8a443a9cd68a4.tar.bz2
Remove deprecated AudioSystem methods
Change-Id: I952d504e03af9a1d3e1e0aa379c82dfb00197d9f
Diffstat (limited to 'include/media/AudioSystem.h')
-rw-r--r--include/media/AudioSystem.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/media/AudioSystem.h b/include/media/AudioSystem.h
index 2218fad..d64ecd4 100644
--- a/include/media/AudioSystem.h
+++ b/include/media/AudioSystem.h
@@ -107,12 +107,6 @@ public:
audio_stream_type_t stream,
uint32_t* latency);
- // DEPRECATED
- static status_t getOutputSamplingRate(int* samplingRate, int stream = AUDIO_STREAM_DEFAULT);
-
- // DEPRECATED
- static status_t getOutputFrameCount(int* frameCount, int stream = AUDIO_STREAM_DEFAULT);
-
static bool routedToA2dpOutput(audio_stream_type_t streamType);
static status_t getInputBufferSize(uint32_t sampleRate, audio_format_t format,