From db89edc94bd2a78226b407f9f7261e202e7fa325 Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Fri, 2 Aug 2013 01:40:18 -0700 Subject: All consumers now take an IGraphicBufferConsumer instead of a BufferQueue this means they only have access to the consumer end of the interface. we had a lot of code that assumed consumers where holding a BufferQueue (i.e.: both ends), so most of this change is untangling in fix that Bug: 9265647 Change-Id: Ic2e2596ee14c7535f51bf26d9a897a0fc036d22c --- libs/gui/BufferQueue.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libs/gui/BufferQueue.cpp') diff --git a/libs/gui/BufferQueue.cpp b/libs/gui/BufferQueue.cpp index 07c2d943a4..033c2a6c45 100644 --- a/libs/gui/BufferQueue.cpp +++ b/libs/gui/BufferQueue.cpp @@ -720,10 +720,6 @@ status_t BufferQueue::disconnect(int api) { return err; } -void BufferQueue::dump(String8& result) const { - BufferQueue::dump(result, ""); -} - void BufferQueue::dump(String8& result, const char* prefix) const { Mutex::Autolock _l(mMutex); -- cgit v1.2.3-59-g8ed1b