summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-09-23 15:44:05 -0700
committerMathias Agopian <mathias@google.com>2009-09-23 15:49:32 -0700
commitdd3423c6247965bf67ea30c75e484a6f5d72b1a2 (patch)
tree734b1c8ef5eb7f94b6864d1dac57442e80036d4d /include
parente95f0b38cde0668ec6872602a4f5e837f39089a4 (diff)
downloadframeworks_native-dd3423c6247965bf67ea30c75e484a6f5d72b1a2.zip
frameworks_native-dd3423c6247965bf67ea30c75e484a6f5d72b1a2.tar.gz
frameworks_native-dd3423c6247965bf67ea30c75e484a6f5d72b1a2.tar.bz2
fix [2132563] stuck in boot animation (framebuffer_device_open: Failed to create flip chain)
Diffstat (limited to 'include')
-rw-r--r--include/ui/SurfaceComposerClient.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ui/SurfaceComposerClient.h b/include/ui/SurfaceComposerClient.h
index 269959c..8701928 100644
--- a/include/ui/SurfaceComposerClient.h
+++ b/include/ui/SurfaceComposerClient.h
@@ -20,6 +20,8 @@
#include <stdint.h>
#include <sys/types.h>
+#include <binder/IBinder.h>
+
#include <utils/SortedVector.h>
#include <utils/RefBase.h>
#include <utils/threads.h>
@@ -106,6 +108,8 @@ public:
static ssize_t getDisplayHeight(DisplayID dpy);
static ssize_t getDisplayOrientation(DisplayID dpy);
+ status_t linkToComposerDeath(const sp<IBinder::DeathRecipient>& recipient,
+ void* cookie = NULL, uint32_t flags = 0);
private:
friend class Surface;