summaryrefslogtreecommitdiffstats
path: root/media/libmedia/AudioSystem.cpp
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 /media/libmedia/AudioSystem.cpp
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 'media/libmedia/AudioSystem.cpp')
-rw-r--r--media/libmedia/AudioSystem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libmedia/AudioSystem.cpp b/media/libmedia/AudioSystem.cpp
index 195aadf..9325d6e 100644
--- a/media/libmedia/AudioSystem.cpp
+++ b/media/libmedia/AudioSystem.cpp
@@ -37,7 +37,7 @@ sp<AudioSystem::AudioFlingerClient> AudioSystem::gAudioFlingerClient;
audio_error_callback AudioSystem::gAudioErrorCallback = NULL;
// Cached values
-DefaultKeyedVector<audio_io_handle_t, AudioSystem::OutputDescriptor *> AudioSystem::gOutputs(0);
+DefaultKeyedVector<audio_io_handle_t, AudioSystem::OutputDescriptor *> AudioSystem::gOutputs(NULL);
// Cached values for recording queries, all protected by gLock
uint32_t AudioSystem::gPrevInSamplingRate;