diff options
author | Glenn Kasten <gkasten@google.com> | 2012-11-13 15:01:05 -0800 |
---|---|---|
committer | Glenn Kasten <gkasten@google.com> | 2012-11-13 15:54:20 -0800 |
commit | f6fd99cc07deb0fa4f3e8fc278836bd90649964f (patch) | |
tree | 14b64d2db5bc12467e71ae015d105b3a441e7ae6 /include/media | |
parent | 17158f4a36ed16c779477a56ec831da55e8128fe (diff) | |
download | frameworks_av-f6fd99cc07deb0fa4f3e8fc278836bd90649964f.zip frameworks_av-f6fd99cc07deb0fa4f3e8fc278836bd90649964f.tar.gz frameworks_av-f6fd99cc07deb0fa4f3e8fc278836bd90649964f.tar.bz2 |
Remove deprecated AudioSystem methods
Change-Id: I952d504e03af9a1d3e1e0aa379c82dfb00197d9f
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/AudioSystem.h | 6 |
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, |