summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/FastMixerState.cpp
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-05-21 09:17:20 -0700
committerGlenn Kasten <gkasten@google.com>2012-05-21 12:36:06 -0700
commitfbae5dae5187aca9d974cbe15ec818e9c6f56705 (patch)
tree101ef33da2a18e0cb1c70a0e1ae085450dc60396 /services/audioflinger/FastMixerState.cpp
parentcd8a36fdc49a823f78d45e8e1a464dc261553b26 (diff)
downloadframeworks_av-fbae5dae5187aca9d974cbe15ec818e9c6f56705.zip
frameworks_av-fbae5dae5187aca9d974cbe15ec818e9c6f56705.tar.gz
frameworks_av-fbae5dae5187aca9d974cbe15ec818e9c6f56705.tar.bz2
Keep a copy of most recent audio played
Change-Id: I6b2f97881c39998a2fae9ab79d669af6c0a37e94
Diffstat (limited to 'services/audioflinger/FastMixerState.cpp')
-rw-r--r--services/audioflinger/FastMixerState.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/services/audioflinger/FastMixerState.cpp b/services/audioflinger/FastMixerState.cpp
index 139a1c8..6305a83 100644
--- a/services/audioflinger/FastMixerState.cpp
+++ b/services/audioflinger/FastMixerState.cpp
@@ -30,7 +30,8 @@ FastTrack::~FastTrack()
FastMixerState::FastMixerState() :
mFastTracksGen(0), mTrackMask(0), mOutputSink(NULL), mOutputSinkGen(0),
- mFrameCount(0), mCommand(INITIAL), mColdFutexAddr(NULL), mColdGen(0), mDumpState(NULL)
+ mFrameCount(0), mCommand(INITIAL), mColdFutexAddr(NULL), mColdGen(0),
+ mDumpState(NULL), mTeeSink(NULL)
{
}