summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/Threads.h
diff options
context:
space:
mode:
authorvivek mehta <mvivek@codeaurora.org>2015-09-03 18:25:56 -0700
committerLinux Build Service Account <lnxbuild@localhost>2015-10-06 03:25:00 -0600
commit831a6bb5319b51759b0b059c1f29635801102caa (patch)
treea5b55b387692ae1274462b7960607d8340df628a /services/audioflinger/Threads.h
parent562092cd2ad4cadc6555d582945c78465f613a12 (diff)
downloadframeworks_av-831a6bb5319b51759b0b059c1f29635801102caa.zip
frameworks_av-831a6bb5319b51759b0b059c1f29635801102caa.tar.gz
frameworks_av-831a6bb5319b51759b0b059c1f29635801102caa.tar.bz2
audio: add support to enable Direct PCM output
allow effects in case outout is direct pcm Change-Id: I2ad7eacf11642a4ca9f892b61124293d0dc503a9
Diffstat (limited to 'services/audioflinger/Threads.h')
-rw-r--r--services/audioflinger/Threads.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/audioflinger/Threads.h b/services/audioflinger/Threads.h
index 46ac300..9e32ea1 100644
--- a/services/audioflinger/Threads.h
+++ b/services/audioflinger/Threads.h
@@ -457,6 +457,7 @@ protected:
static const size_t kLogSize = 4 * 1024;
sp<NBLog::Writer> mNBLogWriter;
bool mSystemReady;
+ bool mIsDirectPcm; // flag to indicate unique Direct thread
};
// --- PlaybackThread ---