platform_bootable_recovery/minui
Tao Bao 710bc535f4 minui: Remove the default and copy ctors for GRSurface.
As well as all the derived classes. Instances must be created with
Create(). A default copy ctor would mess up the ownership of the
mapped or allocated buffer in these classes, so that has been explicitly
removed.

Test: mmma -j bootable/recovery
Test: Run recovery_unit_test on marlin.
Test: `Run graphics test` on blueline.
Change-Id: I69ce001a9ec9e3ac851edb6ec4d3fa11f4aaea08
2018-10-31 20:28:29 -07:00
..
include minui: Remove the default and copy ctors for GRSurface. 2018-10-31 20:28:29 -07:00
Android.bp recovery uses more shared libraries. 2018-08-08 14:26:27 -07:00
events.cpp Add missing includes. 2017-10-11 11:47:54 -07:00
graphics.cpp minui: Move GRSurface into a class. 2018-10-22 18:18:02 -07:00
graphics.h minui: Move graphics_{adf,drm,fbdev} into classes. 2017-02-10 17:05:15 -08:00
graphics_adf.cpp minui: Refactor GRSurfaceAdf. 2018-10-31 20:28:29 -07:00
graphics_adf.h minui: Refactor GRSurfaceAdf. 2018-10-31 20:28:29 -07:00
graphics_drm.cpp minui: Remove the default and copy ctors for GRSurface. 2018-10-31 20:28:29 -07:00
graphics_drm.h minui: Remove the default and copy ctors for GRSurface. 2018-10-31 20:28:29 -07:00
graphics_fbdev.cpp minui: Refactor GRSurfaceFbdev. 2018-10-31 20:28:29 -07:00
graphics_fbdev.h minui: Refactor GRSurfaceFbdev. 2018-10-31 20:28:29 -07:00
resources.cpp minui: Add a protected GRSurface ctor. 2018-10-31 11:19:28 -07:00