replicant-frameworks_native/services
Mathias Agopian db9b41fd15 fix a corruption in blank/unblank
we were holding a reference (ie: pointer) to a sp<DisplayDevice>
while processing the message. Meanwhile the object itself could
go away and we would end up accessing a dead object.

the root cause of the problem is that we are accessing mDisplays[]
in a few places outside of the main thread.

Bug: 7352770
Change-Id: I89e35dd85fb30e9a6383eca9a0bbc7028363876c
2012-10-15 20:31:12 -07:00
..
powermanager Use new PowerManager API. 2012-08-15 01:16:39 -07:00
sensorservice Revert "improve sensor fusion" -- DO NOT MERGE 2012-10-01 20:31:05 -07:00
surfaceflinger fix a corruption in blank/unblank 2012-10-15 20:31:12 -07:00