summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDan Stoza <stoza@google.com>2015-03-02 22:12:37 -0800
committerDan Stoza <stoza@google.com>2015-03-18 16:01:20 -0700
commit966b98bd86abc6473167bc98ddf8ddb1f8dd2ed5 (patch)
tree92d239f1c09fe7456e6327ea62d09609f5bfc0ca /include
parent2632350ac88cdf007c62e18345b71411755ed6ba (diff)
downloadframeworks_native-966b98bd86abc6473167bc98ddf8ddb1f8dd2ed5.zip
frameworks_native-966b98bd86abc6473167bc98ddf8ddb1f8dd2ed5.tar.gz
frameworks_native-966b98bd86abc6473167bc98ddf8ddb1f8dd2ed5.tar.bz2
Surface: Permit an IProducerListener on connect
This change allows clients of Surface to provide an IProducerListener callback object to Surface::connect, which will be passed down to the underlying IGraphicBufferProducer. Cherry pick of I5ea5229bf3a329bf02c6bd20e7247039c75d136b Change-Id: I6f8f52c72654e4cee649721383819bafe378f964
Diffstat (limited to 'include')
-rw-r--r--include/gui/Surface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gui/Surface.h b/include/gui/Surface.h
index 98f4f4f..863f22b 100644
--- a/include/gui/Surface.h
+++ b/include/gui/Surface.h
@@ -157,6 +157,7 @@ protected:
virtual int lockBuffer_DEPRECATED(ANativeWindowBuffer* buffer);
+ virtual int connect(int api, const sp<IProducerListener>& listener);
virtual int connect(int api);
virtual int disconnect(int api);
virtual int setBufferCount(int bufferCount);