replicant-frameworks_native/libs/gui/tests
Jamie Gennis ad669b04f4 libgui: fix an EGLImage leak
This moves the call to ConsumerBase::abandon from the ConsumerBase dtor to
ConsumerBase::onLastStrongRef.  The abandon call relies on virtual methods to
perform the clean-up, so calling it from the ConsumerBase dtor after the
derived classes dtors ran was skipping some of the clean-up.  The
onLastStrongRef method should get called just before the most derived class's
dtor gets called.

Bug: 8349135
Change-Id: I836946826927cc1ed69c049049f525f92b17a269
2013-04-08 14:42:22 -07:00
..
Android.mk libgui: add BufferQueue test infrastructure 2012-08-31 17:02:49 -07:00
BufferQueue_test.cpp Fix argument types in IGraphicBufferProducer methods 2013-03-18 14:16:02 -07:00
CpuConsumer_test.cpp CpuConsumer_test: Extend test with new formats RGBA8888 and optional Y8/Y16 2013-03-05 13:55:31 -08:00
Surface_test.cpp fix build. update test to new API 2013-03-20 15:56:04 -07:00
SurfaceTexture_test.cpp add two libgui tests 2013-03-08 13:22:03 -08:00
SurfaceTextureClient_test.cpp libgui: fix an EGLImage leak 2013-04-08 14:42:22 -07:00