From b42b1ac1587aebda5e2f334d95b620271fafba4e Mon Sep 17 00:00:00 2001 From: Jesse Hall Date: Thu, 28 Jun 2012 14:27:53 -0700 Subject: Return fence from acquireBuffer Change-Id: Iab22054c1dc4fd84affab3cc5bbdcd5a1e689666 --- include/gui/BufferQueue.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/gui') diff --git a/include/gui/BufferQueue.h b/include/gui/BufferQueue.h index 7c1fcb9..0d36baa 100644 --- a/include/gui/BufferQueue.h +++ b/include/gui/BufferQueue.h @@ -202,6 +202,9 @@ public: // mBuf is the slot index of this buffer int mBuf; + + // mFence is a fence that will signal when the buffer is idle. + sp mFence; }; // The following public functions is the consumer facing interface -- cgit v1.1