summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/FastMixerState.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2013-01-18 15:09:48 -0800
committerGlenn Kasten <gkasten@google.com>2013-01-31 16:40:24 -0800
commit011aa652a9349750dd6bca1dcb1b82f19e07504e (patch)
tree11598e68d5451cdf4965ff42cecc39fdaa28d074 /services/audioflinger/FastMixerState.h
parent0be9fe5864c39c11eefe335038cf6ce5473e4ec5 (diff)
downloadframeworks_av-011aa652a9349750dd6bca1dcb1b82f19e07504e.zip
frameworks_av-011aa652a9349750dd6bca1dcb1b82f19e07504e.tar.gz
frameworks_av-011aa652a9349750dd6bca1dcb1b82f19e07504e.tar.bz2
AudioFlinger uses media.log service for logging
Change-Id: Ia0f8204334f6b233f644d897762a18c95d936b4b
Diffstat (limited to 'services/audioflinger/FastMixerState.h')
-rw-r--r--services/audioflinger/FastMixerState.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/services/audioflinger/FastMixerState.h b/services/audioflinger/FastMixerState.h
index 6e53f21..f6e7903 100644
--- a/services/audioflinger/FastMixerState.h
+++ b/services/audioflinger/FastMixerState.h
@@ -20,6 +20,7 @@
#include <system/audio.h>
#include <media/ExtendedAudioBufferProvider.h>
#include <media/nbaio/NBAIO.h>
+#include <media/nbaio/NBLog.h>
namespace android {
@@ -77,6 +78,7 @@ struct FastMixerState {
// 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
+ NBLog::Writer* mNBLogWriter; // non-blocking logger
}; // struct FastMixerState
} // namespace android