replicant-frameworks_native/include
Mathias Agopian 0b3ad46a26 Attempt to fix [2152536] ANR in browser
The ANR is caused by SurfaceFlinger waiting for buffers of a removed surface to become availlable.
When it is removed from the current list, a Surface is marked as NO_INIT, which causes SF to return
immediately in the above case. For some reason, the surface here wasn't marked as NO_INIT.

This change makes the code more robust by always (irregadless or errors) setting the NO_INIT status
in all code paths where a surface is removed from the list.

Additionaly added more information in the logs, should this happen again.
2009-10-02 18:12:30 -07:00
..
binder Add offset handling in MemoryHeapBase class 2009-08-20 03:55:20 -07:00
pim
private Attempt to fix [2152536] ANR in browser 2009-10-02 18:12:30 -07:00
tts Fix issue 1795088 Improve audio routing code 2009-07-23 06:03:39 -07:00
ui Change FLASH_MODE_VIDEO_LIGHT to FLASH_MODE_TORCH. 2009-09-28 13:51:59 -07:00
utils Implement issue #1780928: Need support hiding nav keys. 2009-09-15 22:50:40 -07:00