OSDN Git Service

SurfaceFlinger: enable console management
[android-x86/frameworks-native.git] / services / surfaceflinger / SurfaceFlinger.h
index 74fe7d9..93f3e7d 100644 (file)
@@ -329,6 +329,9 @@ public:
     // won't accidentally hold onto the last strong reference.
     wp<Layer> fromHandle(const sp<IBinder>& handle) const;
 
+    void screenReleased(const sp<IBinder>& display);
+    void screenAcquired(const sp<IBinder>& display);
+
     // If set, disables reusing client composition buffers. This can be set by
     // debug.sf.disable_client_composition_cache
     bool mDisableClientCompositionCache = false;