summaryrefslogtreecommitdiffstats
path: root/include/media/AudioSystem.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2014-03-26 20:56:04 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-03-26 20:56:04 +0000
commit73ec11738cd4399c55d4905665a14a7c4cd42cbf (patch)
tree1105d7402857079f44e234ba1ab6ecfa8290a094 /include/media/AudioSystem.h
parent8c7b9fb41585fccb06573252823b929c82a40999 (diff)
parent9ea65d0f4a564478343b1a722fae4ce5883670c3 (diff)
downloadframeworks_av-73ec11738cd4399c55d4905665a14a7c4cd42cbf.zip
frameworks_av-73ec11738cd4399c55d4905665a14a7c4cd42cbf.tar.gz
frameworks_av-73ec11738cd4399c55d4905665a14a7c4cd42cbf.tar.bz2
Merge "Fix uses of KeyedVector"
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 20d2956..862f919 100644
--- a/include/media/AudioSystem.h
+++ b/include/media/AudioSystem.h
@@ -323,8 +323,6 @@ private:
static sp<IAudioPolicyService> gAudioPolicyService;
- // mapping between stream types and outputs
- static DefaultKeyedVector<audio_stream_type_t, audio_io_handle_t> gStreamOutputMap;
// list of output descriptors containing cached parameters
// (sampling rate, framecount, channel count...)
static DefaultKeyedVector<audio_io_handle_t, OutputDescriptor *> gOutputs;