Go to file
Eino-Ville Talvala 042ecee2ab CpuConsumer: Properly track acquired buffers
CpuConsumer cannot simply assume a slot's buffer is the same buffer
between acquire and release, and therefore it could be possible for
the same slot to get used for a second acquired buffer, if there's a
producer disconnect in between. This would cause a problem when the
first buffer is released by the consumer.

Instead, use an independent list of acquired buffers to properly track
their state.

Bug: 8291751
Change-Id: I0241ad8704e53d47318c7179b13daed8181b1fab
2013-03-05 15:25:06 -08:00
build Fix issue #7271589: Cannot set Ocean HD live wallpaper 2012-10-03 11:27:19 -07:00
cmds am 22641851: Merge "dumpstate: use correct header file." 2013-03-01 18:05:56 +00:00
data/etc Add android.hardware.camera.any feature to camera permissions. 2012-09-23 09:53:51 -07:00
include CpuConsumer: Properly track acquired buffers 2013-03-05 15:25:06 -08:00
libs CpuConsumer: Properly track acquired buffers 2013-03-05 15:25:06 -08:00
opengl add some missing parameter validation in GLES java bindings 2013-02-25 16:50:51 -08:00
services Initialize DisplayData fences to NO_FENCE, not NULL 2013-02-27 16:48:41 -08:00
MODULE_LICENSE_APACHE2
NOTICE