OSDN Git Service

Surface: Permit an IProducerListener on connect
authorDan Stoza <stoza@google.com>
Tue, 3 Mar 2015 06:12:37 +0000 (22:12 -0800)
committerDan Stoza <stoza@google.com>
Wed, 18 Mar 2015 23:01:20 +0000 (16:01 -0700)
commit966b98bd86abc6473167bc98ddf8ddb1f8dd2ed5
tree92d239f1c09fe7456e6327ea62d09609f5bfc0ca
parent2632350ac88cdf007c62e18345b71411755ed6ba
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
include/gui/Surface.h
libs/gui/Surface.cpp