summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/SurfaceFlinger.h
diff options
context:
space:
mode:
authorJamie Gennis <jgennis@google.com>2011-03-08 12:18:54 -0800
committerJamie Gennis <jgennis@google.com>2011-03-08 16:49:51 -0800
commit134f0422866e8985188ed10dfbdcb8e6c34b87f7 (patch)
treeccaa23d6b1ccf0b118252d47c1977381c7d39593 /services/surfaceflinger/SurfaceFlinger.h
parent01de8bf0523edf5dd896e8374782f7986525463d (diff)
downloadframeworks_native-134f0422866e8985188ed10dfbdcb8e6c34b87f7.zip
frameworks_native-134f0422866e8985188ed10dfbdcb8e6c34b87f7.tar.gz
frameworks_native-134f0422866e8985188ed10dfbdcb8e6c34b87f7.tar.bz2
ANativeWindow: add queues-to-window-composer check.
This change adds a new 'method' to the ANativeWindow interface to check whether buffers queued to the window will be sent directly to the system window compositor. Change-Id: I4d4b199e328c110b68b250029aea650f03c8724d Bug: 3495535
Diffstat (limited to 'services/surfaceflinger/SurfaceFlinger.h')
-rw-r--r--services/surfaceflinger/SurfaceFlinger.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/surfaceflinger/SurfaceFlinger.h b/services/surfaceflinger/SurfaceFlinger.h
index 6dd91ac..9566819 100644
--- a/services/surfaceflinger/SurfaceFlinger.h
+++ b/services/surfaceflinger/SurfaceFlinger.h
@@ -209,6 +209,7 @@ public:
virtual status_t unfreezeDisplay(DisplayID dpy, uint32_t flags);
virtual int setOrientation(DisplayID dpy, int orientation, uint32_t flags);
virtual void signal() const;
+ virtual bool authenticateSurface(const sp<ISurface>& surface) const;
virtual status_t captureScreen(DisplayID dpy,
sp<IMemoryHeap>* heap,