platform_hardware_libhardware/modules/hwcomposer
Greg Kaiser 8f35d920ba hwcomposer: Fix compiler warnings
For our prepare and set methods, starting in HWC 1.0 we're
assured that numDisplays is at least 1 and displays[0] is
non-NULL, so we're okay with not explicitly checking that.

We also fix a minor typo while we're in here.

Change-Id: Ia5452a9b3b48e1d6697562a2a9e0ea4d415df5c4
2016-07-08 18:16:16 -07:00
..
Android.mk hardware/libhardware: convert LOCAL_MODULE_PATH to LOCAL_MODULE_RELATIVE_PATH 2014-01-24 21:00:32 -08:00
hwcomposer.cpp hwcomposer: Fix compiler warnings 2016-07-08 18:16:16 -07:00
README.android first stab at hwcomposer HAL and default implementation. 2010-08-09 17:15:16 -07:00

Skeleton for the "hwcomposer" HAL module.