summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/Threads.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2014-05-13 10:41:52 -0700
committerGlenn Kasten <gkasten@google.com>2014-05-22 16:19:03 -0700
commit6181ffd90a436f333c43a7f812391eee2c35005a (patch)
tree16c5649fdb1d36a0ddc8e9eb0727e622b78aff16 /services/audioflinger/Threads.h
parent77a3374a6170fb5f0168169bc4bc3fa9baf318eb (diff)
downloadframeworks_av-6181ffd90a436f333c43a7f812391eee2c35005a.zip
frameworks_av-6181ffd90a436f333c43a7f812391eee2c35005a.tar.gz
frameworks_av-6181ffd90a436f333c43a7f812391eee2c35005a.tar.bz2
Allow track buffer "allocation" to be from pipe
Change-Id: Ib9ac170f8e8b7746b3588157a56cbee3b753a1cb
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 cc2b246..4683a13 100644
--- a/services/audioflinger/Threads.h
+++ b/services/audioflinger/Threads.h
@@ -301,6 +301,8 @@ public:
// If a thread does not have such a heap, this method returns 0.
virtual sp<MemoryDealer> readOnlyHeap() const { return 0; }
+ virtual sp<IMemory> pipeMemory() const { return 0; }
+
mutable Mutex mLock;
protected: