replicant-frameworks_native/include
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 Add TOUCH_NAVIGATION input source 2013-03-11 14:20:14 -07:00
binder Revert "Add a compatibility symbol for the MemoryBase constructor." 2013-03-14 10:51:17 +00:00
cpustats
diskusage More changes to fix PDK build: 2012-10-24 12:30:41 -07:00
gui libgui: fix an EGLImage leak 2013-04-08 14:42:22 -07:00
media Updated MediaDrm API based on review input. 2013-03-13 13:35:36 -07:00
powermanager
private don't use compile-time configuration of libgui as much as possible 2013-03-29 15:33:47 -07:00
ui Make GraphicBuffer a RefBase 2013-03-06 18:50:52 -08:00
utils improved CallStack a bit 2013-03-21 17:12:40 -07:00