replicant-frameworks_native/services
Jesse Hall 497ba0e085 Don't use implementation-defined format with CPU consumers
If the virtual display surface is being consumed by the CPU, it can't
be allowed with HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED since there is
no way for the CPU consumer to find out what format gralloc chose. So
for CPU-consumer surfaces, just use the BufferQueue's default format,
which can be set by the consumer.

A better but more invasive change would be to let the consumer require
a certain format (or set of formats?), and disallow the producer from
requesting a different format.

Bug: 11479817
Change-Id: I5b20ee6ac1146550e8799b806e14661d279670c0
2013-11-04 16:43:03 -08:00
..
batteryservice batteryservice: add battery current now and charge counter data 2013-08-07 18:30:13 +00:00
connectivitymanager
powermanager Native counterpart of new power manager method 2013-10-25 12:50:04 -07:00
sensorservice Bug fixes for SensorService 2013-10-25 13:58:58 -07:00
surfaceflinger Don't use implementation-defined format with CPU consumers 2013-11-04 16:43:03 -08:00