OSDN Git Service

SurfaceFlinger: enable console management
[android-x86/frameworks-native.git] / services / surfaceflinger / SurfaceFlinger.h
index b98924b..f10300f 100644 (file)
@@ -145,6 +145,9 @@ public:
         return *mRenderEngine;
     }
 
+    void screenReleased(const sp<IBinder>& display);
+    void screenAcquired(const sp<IBinder>& display);
+
 private:
     friend class Client;
     friend class DisplayEventConnection;