summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioFlinger.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 /services/audioflinger/AudioFlinger.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 'services/audioflinger/AudioFlinger.cpp')
-rw-r--r--services/audioflinger/AudioFlinger.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/audioflinger/AudioFlinger.cpp b/services/audioflinger/AudioFlinger.cpp
index c558568..7aee74a 100644
--- a/services/audioflinger/AudioFlinger.cpp
+++ b/services/audioflinger/AudioFlinger.cpp
@@ -159,6 +159,7 @@ out:
AudioFlinger::AudioFlinger()
: BnAudioFlinger(),
mPrimaryHardwareDev(NULL),
+ mAudioHwDevs(NULL),
mHardwareStatus(AUDIO_HW_IDLE),
mMasterVolume(1.0f),
mMasterMute(false),