commit | 6181ffd90a436f333c43a7f812391eee2c35005a | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Tue May 13 10:41:52 2014 -0700 |
committer | Glenn Kasten <gkasten@google.com> | Thu May 22 16:19:03 2014 -0700 |
tree | 16c5649fdb1d36a0ddc8e9eb0727e622b78aff16 | |
parent | 77a3374a6170fb5f0168169bc4bc3fa9baf318eb [diff] [blame] |
Allow track buffer "allocation" to be from pipe Change-Id: Ib9ac170f8e8b7746b3588157a56cbee3b753a1cb
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 @@ // 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: