summaryrefslogtreecommitdiffstats
path: root/include/gui/DummyConsumer.h
diff options
context:
space:
mode:
authorAndy McFadden <fadden@android.com>2012-12-18 09:49:45 -0800
committerAndy McFadden <fadden@android.com>2012-12-18 13:10:48 -0800
commit2adaf04fab35cf47c824d74d901b54094e01ccd3 (patch)
tree1201bd220bfea6d308a119e6a986d783e548a10a /include/gui/DummyConsumer.h
parentf7baee731e81bfa7f7ccf2e0e03560f5073bc431 (diff)
downloadframeworks_native-2adaf04fab35cf47c824d74d901b54094e01ccd3.zip
frameworks_native-2adaf04fab35cf47c824d74d901b54094e01ccd3.tar.gz
frameworks_native-2adaf04fab35cf47c824d74d901b54094e01ccd3.tar.bz2
Rename ISurfaceTexture and SurfaceTexture
The C++ class names don't match what the classes do, so rename ISurfaceTexture to IGraphicBufferProducer, and SurfaceTexture to GLConsumer. Bug 7736700 Change-Id: Ia03e468888025b5cae3c0ee1995434515dbea387
Diffstat (limited to 'include/gui/DummyConsumer.h')
-rw-r--r--include/gui/DummyConsumer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gui/DummyConsumer.h b/include/gui/DummyConsumer.h
index 7fe4d40..08e8ec8 100644
--- a/include/gui/DummyConsumer.h
+++ b/include/gui/DummyConsumer.h
@@ -24,7 +24,7 @@ namespace android {
// The DummyConsumer does not keep a reference to BufferQueue
-// unlike SurfaceTexture. This prevents a circular reference from
+// unlike GLConsumer. This prevents a circular reference from
// forming without having to use a ProxyConsumerListener
class DummyConsumer : public BufferQueue::ConsumerListener {
public:
@@ -33,7 +33,7 @@ public:
protected:
// Implementation of the BufferQueue::ConsumerListener interface. These
- // calls are used to notify the SurfaceTexture of asynchronous events in the
+ // calls are used to notify the GLConsumer of asynchronous events in the
// BufferQueue.
virtual void onFrameAvailable();
virtual void onBuffersReleased();