replicant-frameworks_native/include
Jason Simmons 689925caf4 Ensure that Vector::erase() returns a valid iterator
Vector::erase may reallocate the Vector's storage while removing an element.
However, erase() calls begin() before calling removeItemsAt(), thus caching
a pointer the the Vector's old storage.  If the storage is reallocated,
the iterator returned by erase() will be based on the old storage pointer
and will thus be invalid.

Change-Id: I2450c55fd418e6b1c558a4ca7c024573abbaa098
2012-10-25 15:58:43 -07:00
..
android Add support for "-rtl" in resources 2012-08-14 15:17:38 -07:00
binder fix a crasher when running out of memory 2012-09-25 15:30:38 -07:00
cpustats Fix log spam about CPU frequency on one device 2012-05-14 16:55:26 -07:00
gui SurfaceFlinger: add support for secure displays 2012-10-22 13:41:21 -07:00
media Add a way to configure an OMX encoder to emit SPS/PPS before IDR frames. 2012-09-28 11:33:17 -07:00
powermanager Move services/powermanager from frameworks/base to frameworks/native 2012-03-28 13:58:23 -07:00
private strengthen region validation 2012-09-12 17:30:47 -07:00
ui SurfaceFlinger: add support for secure displays 2012-10-22 13:41:21 -07:00
utils Ensure that Vector::erase() returns a valid iterator 2012-10-25 15:58:43 -07:00