replicant-frameworks_native/include
Jesse Hall 9504eb915c Fix race condition in ConsumerBase::addReleaseFence()
This needs the ConsumerBase mutex locked, but wasn't locking it. Two
of the four places that called it already held the lock so were fine.
Now addReleaseFence() takes the lock itself, and I added
addReleaseFenceLocked() for the two already-locked callers, since in
one of them dropping the lock would be inconvenient.

Bug: 7289269
Change-Id: I7a5628adb516f8eec782aa6c14128202f96d7b0a
2012-10-05 14:40:50 -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 Fix race condition in ConsumerBase::addReleaseFence() 2012-10-05 14:40:50 -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 Add Fence::waitForever which logs a warning timeout, and use it 2012-10-02 16:29:46 -07:00
utils minor SharedBuffer clean-up 2012-08-31 18:41:21 -07:00