commit | 579b3f88d03d06b897b778bd11818f5104677d1d | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Tue Jun 08 19:54:15 2010 -0700 |
committer | Mathias Agopian <mathias@google.com> | Tue Jun 08 20:10:02 2010 -0700 |
tree | fcdb35e14852bd834d1d702aa94f07e2f3405942 | |
parent | 53503a97a9afa9e876b1e95ca7e3b46c76aa4f15 [diff] [blame] |
allow re-targetting of surfaces Surfaces can now be parcelized and sent to remote processes. When a surface crosses a process boundary, it looses its connection with the current process and gets attached to the new one. Change-Id: I39c7b055bcd3ea1162ef2718d3d4b866bf7c81c0
diff --git a/libs/surfaceflinger_client/SharedBufferStack.cpp b/libs/surfaceflinger_client/SharedBufferStack.cpp index 1dd8642..d67a589 100644 --- a/libs/surfaceflinger_client/SharedBufferStack.cpp +++ b/libs/surfaceflinger_client/SharedBufferStack.cpp
@@ -494,6 +494,10 @@ } } +SharedBufferServer::~SharedBufferServer() +{ +} + ssize_t SharedBufferServer::retireAndLock() { RWLock::AutoRLock _l(mLock);