diff options
author | Glenn Kasten <gkasten@google.com> | 2012-05-21 09:17:20 -0700 |
---|---|---|
committer | Glenn Kasten <gkasten@google.com> | 2012-05-21 12:36:06 -0700 |
commit | fbae5dae5187aca9d974cbe15ec818e9c6f56705 (patch) | |
tree | 101ef33da2a18e0cb1c70a0e1ae085450dc60396 /services/audioflinger/FastMixerState.h | |
parent | cd8a36fdc49a823f78d45e8e1a464dc261553b26 (diff) | |
download | frameworks_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.h')
-rw-r--r-- | services/audioflinger/FastMixerState.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/services/audioflinger/FastMixerState.h b/services/audioflinger/FastMixerState.h index ce0cdb5..bc69c9c 100644 --- a/services/audioflinger/FastMixerState.h +++ b/services/audioflinger/FastMixerState.h @@ -76,6 +76,7 @@ struct FastMixerState { unsigned mColdGen; // increment when COLD_IDLE is requested so it's only performed once // This might be a one-time configuration rather than per-state FastMixerDumpState* mDumpState; // if non-NULL, then update dump state periodically + NBAIO_Sink* mTeeSink; // if non-NULL, then duplicate write()s to this non-blocking sink }; // struct FastMixerState } // namespace android |