summaryrefslogtreecommitdiffstats
path: root/include/surfaceflinger
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2011-04-05 15:44:20 -0700
committerMathias Agopian <mathias@google.com>2011-04-05 20:11:55 -0700
commitc8a04b536bb8ad12a87e6dd68d66cff1e7fcd7e7 (patch)
tree8e8018a9898f9785eeef5e8484c93d51cee4f052 /include/surfaceflinger
parentfb96b5ece35ed3c0f3e682d1f9864d7700fe63fc (diff)
downloadframeworks_base-c8a04b536bb8ad12a87e6dd68d66cff1e7fcd7e7.zip
frameworks_base-c8a04b536bb8ad12a87e6dd68d66cff1e7fcd7e7.tar.gz
frameworks_base-c8a04b536bb8ad12a87e6dd68d66cff1e7fcd7e7.tar.bz2
remove more unused references to ISurface
Change-Id: I2201f1ca2bb8f203a081d94a0134f798778dfbef
Diffstat (limited to 'include/surfaceflinger')
-rw-r--r--include/surfaceflinger/Surface.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/surfaceflinger/Surface.h b/include/surfaceflinger/Surface.h
index a59d9e5..3923e61 100644
--- a/include/surfaceflinger/Surface.h
+++ b/include/surfaceflinger/Surface.h
@@ -102,10 +102,6 @@ private:
friend class Test;
// videoEditor preview classes
friend class VideoEditorPreviewController;
-
- const sp<ISurface>& getISurface() const { return mSurface; }
-
-
friend class Surface;
SurfaceControl(
@@ -169,6 +165,7 @@ public:
// setSwapRectangle() is intended to be used by GL ES clients
void setSwapRectangle(const Rect& r);
+ sp<IBinder> asBinder() const;
private:
/*
@@ -242,7 +239,6 @@ private:
*/
void init();
status_t validate(bool inCancelBuffer = false) const;
- sp<ISurface> getISurface() const;
// When the buffer pool is a fixed size we want to make sure SurfaceFlinger
// won't stall clients, so we require an extra buffer.