summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/Threads.h
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2015-08-18 18:27:54 -0700
committerEric Laurent <elaurent@google.com>2015-08-18 18:27:54 -0700
commitbc167f832db091e490b552a147ec73412241e1e5 (patch)
tree86972791c54bc87fe26cab132734a24971c8f0c8 /services/audioflinger/Threads.h
parentbfadec126c43cff30aa8445d8d42265c39a03ad5 (diff)
parent84fb58bdf6bfb5bf362c0e1cc6a5bad41e8554f5 (diff)
downloadframeworks_av-bc167f832db091e490b552a147ec73412241e1e5.zip
frameworks_av-bc167f832db091e490b552a147ec73412241e1e5.tar.gz
frameworks_av-bc167f832db091e490b552a147ec73412241e1e5.tar.bz2
resolved conflicts for merge of 84fb58bd to lmp-mr1-dev
Change-Id: I9b2b1ff690d35e0da644bdb52c8c42a72e5fd4f6
Diffstat (limited to 'services/audioflinger/Threads.h')
-rw-r--r--services/audioflinger/Threads.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/services/audioflinger/Threads.h b/services/audioflinger/Threads.h
index 1088843..56a42a8 100644
--- a/services/audioflinger/Threads.h
+++ b/services/audioflinger/Threads.h
@@ -229,6 +229,8 @@ public:
// static externally-visible
type_t type() const { return mType; }
+ bool isDuplicating() const { return (mType == DUPLICATING); }
+
audio_io_handle_t id() const { return mId;}
// dynamic externally-visible