summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2010-06-04 19:17:12 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-06-04 19:17:12 -0700
commit7dfffd78637f99ce396e7ce2008b05b2d5aec131 (patch)
treed90f7431c7ce8ebeade183b3a256ba6c2fee35c4
parentab372f6738b7de287f9a9fa7e3ecb70a46ada359 (diff)
parentcbbf27f76b4798cbd91feb70d7555dac0cbf85cb (diff)
downloadframeworks_av-7dfffd78637f99ce396e7ce2008b05b2d5aec131.zip
frameworks_av-7dfffd78637f99ce396e7ce2008b05b2d5aec131.tar.gz
frameworks_av-7dfffd78637f99ce396e7ce2008b05b2d5aec131.tar.bz2
am fd89b1c8: am 7623da43: split surface management from surface\'s buffers management
-rw-r--r--include/private/surfaceflinger/SharedBufferStack.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/private/surfaceflinger/SharedBufferStack.h b/include/private/surfaceflinger/SharedBufferStack.h
index dcce25e..c11c855 100644
--- a/include/private/surfaceflinger/SharedBufferStack.h
+++ b/include/private/surfaceflinger/SharedBufferStack.h
@@ -122,7 +122,8 @@ public:
volatile int8_t index[NUM_BUFFER_MAX];
int32_t identity; // surface's identity (const)
- int32_t reserved32[2];
+ int32_t token; // surface's token (for debugging)
+ int32_t reserved32[1];
Statistics stats;
int32_t reserved;
BufferData buffers[NUM_BUFFER_MAX]; // 960 bytes