diff options
author | 2016-03-02 20:09:58 +0000 | |
---|---|---|
committer | 2016-03-02 20:09:58 +0000 | |
commit | 649449dbb777e58ea5f6f1af61f84022d088190c (patch) | |
tree | fb821a4b7f438ed5fe5f799e276285b1ddb631df /include/gui/SurfaceControl.h | |
parent | 0258add8ec3269a70607d4d9fd4d90d2b9b83f67 (diff) | |
parent | 1b3a9acb77ee12568fa19740d8eeab165a0dcd98 (diff) |
Merge "Add SurfaceControl::disconnect() to disconnect currently connected API" into nyc-dev
Diffstat (limited to 'include/gui/SurfaceControl.h')
-rw-r--r-- | include/gui/SurfaceControl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/gui/SurfaceControl.h b/include/gui/SurfaceControl.h index 993a92f930..76ce68db91 100644 --- a/include/gui/SurfaceControl.h +++ b/include/gui/SurfaceControl.h @@ -57,6 +57,9 @@ public: // release surface data from java void clear(); + // disconnect any api that's connected + void disconnect(); + status_t setLayerStack(uint32_t layerStack); status_t setLayer(uint32_t layer); status_t setPosition(float x, float y); |