commit | cbbf27f76b4798cbd91feb70d7555dac0cbf85cb | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Tue Jun 01 15:12:58 2010 -0700 |
committer | Mathias Agopian <mathias@google.com> | Fri Jun 04 18:57:41 2010 -0700 |
tree | 86f01bba0af27f8bfc9a8f28c9ecab3f52f3d022 | |
parent | a21b4e224e8622c0e3280c33b8ebd24fcc515580 [diff] |
split surface management from surface's buffers management Change-Id: If3c5655d1231f8f0c49ba68f972b1b20c93b3f87
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 @@ 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