replicant-frameworks_native/services
Mathias Agopian 2ed0fe59b4 fix a bug where surfaceflinger and system_server could deadlock
because surfaceflinger handles screenshot in a different
    thread from the binder thread that requested it and because
    the IGraphicBufferProducer is a synchronous interface
    calling back into the system server; it is possible for
    the latter to run out of binder threads (b/c it holds
    a lock while calling into SF).

    The solution is to make sure all calls on IGraphicBufferProducer
    happen on the incoming binder thread. We achieve this by creating
    a IGBP wrapper which is given to the screenshot code.

    Bug: 8734824

Change-Id: I2be85660d9dc65d239d68f6d3ab3c973c13b34cc
2013-07-08 18:52:05 -07:00
..
powermanager Power manager now takes calling package name arg. 2013-05-20 16:50:10 -07:00
sensorservice improve sensorservice's dumpsys 2013-07-08 15:44:41 -07:00
surfaceflinger fix a bug where surfaceflinger and system_server could deadlock 2013-07-08 18:52:05 -07:00