History log of /frameworks/base/libs/surfaceflinger_client/SharedBufferStack.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a729f97e8bfba67a94b1cde26d0d78d84528de85 20-Mar-2010 Mathias Agopian <mathias@google.com> libutils Condition are now PRIVATE by default

Condition must be initialized with SHARED for the old behavior, where
they can be used accross processes.

Updated the two places android that require SHARED conditions.

PRIVATE conditions (and mutexes) use more efficient syscalls.

Change-Id: I9a281a4b88206e92ac559c66554e886b9c62db3a
/frameworks/base/libs/surfaceflinger_client/SharedBufferStack.cpp
4119c543024b4ae647b22a2da1422f8848a6ef7a 09-Mar-2010 Mathias Agopian <mathias@google.com> Fix a small bug where we could compute SharedBufferStack's tail incorrectly.

Also add "tail" to the debug dump().

Change-Id: I04b1ea375dfc9ddcc22f0c6b6cd01300e507572e
/frameworks/base/libs/surfaceflinger_client/SharedBufferStack.cpp
000479f9e325b4e426a67033abd92d47da412725 10-Feb-2010 Mathias Agopian <mathias@google.com> split libsurfaceflinger_client and libcamera_client out of libui
/frameworks/base/libs/surfaceflinger_client/SharedBufferStack.cpp