replicant-frameworks_native/libs/surfaceflinger_client
Mathias Agopian bb641244d7 fix the threading issue for setBuffercount()
this change introduces R/W locks in the right places.
on the server-side, it guarantees that setBufferCount()
is synchronized with "retire" and "resize".
on the client-side, it guarantees that setBufferCount()
is synchronized with "dequeue", "lockbuffer" and "queue"
2010-05-20 18:00:42 -07:00
..
tests fix the threading issue for setBuffercount() 2010-05-20 18:00:42 -07:00
Android.mk
ISurface.cpp
ISurfaceComposer.cpp
ISurfaceFlingerClient.cpp
LayerState.cpp
SharedBufferStack.cpp fix the threading issue for setBuffercount() 2010-05-20 18:00:42 -07:00
Surface.cpp fix the threading issue for setBuffercount() 2010-05-20 18:00:42 -07:00
SurfaceComposerClient.cpp fix the threading issue for setBuffercount() 2010-05-20 18:00:42 -07:00