replicant-frameworks_native/include
Dan Stoza 0de7ea7529 libgui: Change BufferQueue to use free lists
BufferQueue used to choose free buffers by scanning through its array
of slots and picking one based on timestamp. This changes that
mechanism to use a pair of free lists: one with buffers attached and
one without. This makes it easier to choose either type of free slot
depending on the needs of the current operation.

Fixes an issue with the first version of this change, found in bugs
20482952, 20443314, and 20464549.

Bug: 13175420
Change-Id: I9b6e83cfe8f9b4329a976025cb8e291d51fb6d4a
2015-04-23 13:25:11 -07:00
..
android New keycode definitions for TV remotes. 2014-09-02 13:48:25 -07:00
batteryservice BatteryProperty: Add property ENERGY_COUNTER and 64-bit integer properties 2014-05-16 03:05:11 +00:00
binder am 80e81505: Merge "binder: Add {read,write}Uint32 methods to Parcel" 2014-12-01 19:27:00 +00:00
diskusage More changes to fix PDK build: 2012-10-24 12:30:41 -07:00
gui libgui: Change BufferQueue to use free lists 2015-04-23 13:25:11 -07:00
input New keycode definitions for TV remotes. 2014-09-02 13:48:25 -07:00
media Revert "omx: add Intel's SemiPlanar OMX color format that is used on some devices" 2015-02-11 09:58:58 -08:00
powermanager Make IPowerManager native conform to .aidl for oneway 2014-09-05 17:12:24 -07:00
private Fix issue #18356768: some app process may hang at Runtime#exit... 2014-11-13 17:09:59 -08:00
ui libgui: Pass surface damage through BufferQueue 2015-04-15 13:19:38 -07:00