X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=services%2Fsurfaceflinger%2FSurfaceFlinger.h;fp=services%2Fsurfaceflinger%2FSurfaceFlinger.h;h=a36ab915d07247e8cbe86cfd54b543c4c7d50710;hb=cc1338c2f0d1a9867d1d89722e534d3c3378dc40;hp=4deb815521c552bc9f46c39f52124b6e9091af20;hpb=b835aff1678af5ba813e6b753f2362ab804240d1;p=android-x86%2Fframeworks-native.git diff --git a/services/surfaceflinger/SurfaceFlinger.h b/services/surfaceflinger/SurfaceFlinger.h index 4deb815521..a36ab915d0 100644 --- a/services/surfaceflinger/SurfaceFlinger.h +++ b/services/surfaceflinger/SurfaceFlinger.h @@ -134,6 +134,9 @@ public: return *mRenderEngine; } + void screenReleased(const sp& display); + void screenAcquired(const sp& display); + private: friend class Client; friend class DisplayEventConnection;